diff metaquantome_expand.xml @ 1:47bfbd6597d0 draft

planemo upload commit 636fd1c7e60779d1123056a2985d54881013d4cb
author galaxyp
date Wed, 05 Dec 2018 14:37:17 -0500
parents b17b03126d40
children 80ce9ca55697
line wrap: on
line diff
--- a/metaquantome_expand.xml	Tue Dec 04 17:17:41 2018 -0500
+++ b/metaquantome_expand.xml	Wed Dec 05 14:37:17 2018 -0500
@@ -8,7 +8,7 @@
         mkdir -p data && #slurp
         @MAKE_SAMPS_TSV@
         metaquantome expand
-        @COMMON_PARAMS@
+        @EXPAND_PARAMS@
         @DB_DIR@
         #if $input.input_type == 'nopep':
             --nopep --nopep_file='$input.nopep_file' 
@@ -20,7 +20,7 @@
     ]]></command>
     <inputs>
         <expand macro="data_dir"/>
-        <expand macro="common_params"/>
+        <expand macro="expand_params"/>
         <conditional name="input">
             <param name="input_type" type="select" label="Select input data">
                 <option value="int">tabular intensity file with peptide column</option>