changeset 15:7af47af89580

"planemo upload"
author kkonganti
date Thu, 15 Sep 2022 14:21:53 -0400
parents 89998b9b4d46
children 64fe14d9e2c8
files cfsan_lexmapr2.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfsan_lexmapr2.xml	Thu Sep 15 14:15:53 2022 -0400
+++ b/cfsan_lexmapr2.xml	Thu Sep 15 14:21:53 2022 -0400
@@ -35,6 +35,7 @@
     #if $input_json.json_is_set:
         -u "$input_json.upload"
     #end if
+    -o lexmapr2_output.tsv
     ./lexmapr2-input/$input.name
     ]]></command>
     <environment_variables>
@@ -58,8 +59,8 @@
             label="Classify samples into default bins" help="Default: true"/>
         <param name="graph" truevalue="-g" type="boolean" checked="true"
             label="Visualize summary of mapping and binning" help="Default: true"/>
-        <param name="full" truevalue="-f" type="boolean" checked="false"
-            label="Generate full output format" help="Default: false"/>
+        <param name="full" truevalue="-f" type="boolean" checked="true"
+            label="Generate full output format" help="Default: true"/>
         <param name="no_ancestors" truevalue="-a" type="boolean" checked="false"
             label="Remove ancestral terms from output" help="Default: false"/>
     </inputs>