diff count_seqs.xml @ 3:bb0c29df7392 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
author iuc
date Sat, 05 Aug 2017 07:29:25 -0400
parents 0b33f6fd92a3
children 448ee8099a65
line wrap: on
line diff
--- a/count_seqs.xml	Mon Jul 10 16:44:52 2017 -0400
+++ b/count_seqs.xml	Sat Aug 05 07:29:25 2017 -0400
@@ -1,17 +1,17 @@
-<tool id="qiime_count_seqs" name="Count sequences" version="@WRAPPER_VERSION@.0">
-    <description>Count the sequences in a fasta file</description>
+<tool id="qiime_count_seqs" name="Count the sequences" version="@WRAPPER_VERSION@.0">
+    <description>in a fasta file (count_seqs)</description>
     <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements"/>
     <version_command>count_seqs.py --version</version_command>
     <command detect_errors="aggressive"><![CDATA[
-        count_seqs.py
-            --input_fps '$input_fps'
-            -o '$output_fp'
+count_seqs.py
+    --input_fps '$input_fps'
+    -o '$output_fp'
     ]]></command>
     <inputs>
-        <param argument="--input_fps" type="data" format="fasta" multiple="True" label="Input sequence file" help=""/>
+        <param argument="--input_fps" type="data" format="fasta" multiple="true" label="Input sequence file"/>
     </inputs>
     <outputs>
         <data name="output_fp" format="txt" label="${tool.name} on ${on_string}: sequence counts"/>