diff pathwaymatcher.xml @ 1:ee1dfac35bb3 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 7e04827e48352f6b28cf2e2c93a89a270e5bf026
author galaxyp
date Wed, 04 Jul 2018 04:27:50 -0400
parents 1e38071ab9d5
children 03487adf8fc2
line wrap: on
line diff
--- a/pathwaymatcher.xml	Wed Jun 20 14:20:53 2018 -0400
+++ b/pathwaymatcher.xml	Wed Jul 04 04:27:50 2018 -0400
@@ -3,7 +3,7 @@
         PathwayMatcher is a software tool to search for pathways related to a list of proteins in Reactome.
     </description>
     <macros>
-       <token name="@PATHWAYMATCHER_VERSION@">1.8</token>
+       <token name="@PATHWAYMATCHER_VERSION@">1.8.1</token>
        <token name="@TOOL_SUBVERSION@">0</token>
        <xml name="input_fasta">
          <param format="fasta" name="input_database" type="data" label="Protein Database"
@@ -87,13 +87,11 @@
                 ## PROTEOFORMS
 
                 #if $s.input_type.input_type_selector == "proteoforms"
-
                     #if $s.input_type.proteoform_match_criteria:
                       -t proteoform -m '${s.input_type.proteoform_match_criteria}' -i '${s.input_type.input_proteoforms}'
                     #else:
                       -t proteoform -i '${s.input_type.input_proteoforms}'
                     #end if
-
                 #end if
 
             #end for