changeset 8:47408c5b1517 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit a030bdf85b5d74b7c1a16926322e47154b120fea
author galaxyp
date Wed, 13 Sep 2017 15:57:15 -0400
parents 51fd56b09e64
children b45ced785e01
files msgfplus.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msgfplus.xml	Wed Aug 23 05:47:15 2017 -0400
+++ b/msgfplus.xml	Wed Sep 13 15:57:15 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="msgfplus" name="MS-GF+" version="0.2">
+<tool id="msgfplus" name="MS-GF+" version="0.3">
     <description>
         Identifies peptides in tandem mass spectra using the MS-GF+ search engine.
     </description>
@@ -20,7 +20,7 @@
         ln -s '$msgf_input.d' '${db_name}' &&
         #else if $msgf_input.intype_selector == "fractions"
         #set $db_name = $msgf_input.db_spectra.reverse.element_identifier.replace(".fasta", "") + ".fasta"
-        #set $input_name = $msgf_input.db_spectra.forward.element_identifier.replace(".mzML", "") + ".mzML"
+        #set $input_name = $msgf_input.db_spectra.name.replace(".mzML", "") + ".mzML"
         ln -s '$msgf_input.db_spectra.forward' '${input_name}' &&
         ln -s '$msgf_input.db_spectra.reverse' '${db_name}' &&
         #end if