# HG changeset patch # User galaxyp # Date 1509123853 14400 # Node ID b45ced785e01bbe7181de41977aacf421d54fbb8 # Parent 47408c5b15172dd1556e51352dad4b20b2c2a536 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa diff -r 47408c5b1517 -r b45ced785e01 msgfplus.xml --- a/msgfplus.xml Wed Sep 13 15:57:15 2017 -0400 +++ b/msgfplus.xml Fri Oct 27 13:04:13 2017 -0400 @@ -1,4 +1,4 @@ - + Identifies peptides in tandem mass spectra using the MS-GF+ search engine. @@ -33,10 +33,11 @@ #end for #for $mod in $custom_mods - echo '${mod.formula_or_mass},${mod.aa_specificity},${mod.fix_or_opt},${mod.position_specificity},${mod.mod_name}' >> Mods.txt && + #set aa_nocomma = str($mod.aa_specificity).replace(",", "") + echo '${mod.formula_or_mass},${aa_nocomma},${mod.fix_or_opt},${mod.position_specificity},${mod.mod_name}' >> Mods.txt && #end for - msgf_plus + msgf_plus -s '$input_name' -d '$db_name' -thread \${GALAXY_SLOTS:-1} @@ -55,31 +56,31 @@ -maxCharge $advanced.maxCharge -n $advanced.n -addFeatures $advanced.addFeatures - #if $tsvcheck - && - msgf_plus - edu.ucsd.msjava.ui.MzIDToTsv - -i '$output_name' - -o output.tsv - #end if + #if $tsvcheck + && + msgf_plus + edu.ucsd.msjava.ui.MzIDToTsv + -i '$output_name' + -o output.tsv + #end if && mv '$output_name' output ]]> - - - - - - - - - - - + + + + + + + + + + + @@ -305,8 +306,15 @@ - - + + + + + + + + +