Mercurial > repos > iuc > humann2_split_table
diff humann2_split_table.xml @ 1:ace84aac38ce draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
author | iuc |
---|---|
date | Tue, 01 Aug 2017 07:57:15 -0400 |
parents | 8ed686bd4229 |
children | 63cc5fd0f8d6 |
line wrap: on
line diff
--- a/humann2_split_table.xml Mon Mar 13 12:37:33 2017 -0400 +++ b/humann2_split_table.xml Tue Aug 01 07:57:15 2017 -0400 @@ -6,15 +6,15 @@ <expand macro="requirements"/> <expand macro="version"/> <command detect_errors="exit_code"><![CDATA[ - humann2_split_table - --input '$input' - -o 'output' - #if $taxonomy_index - --taxonomy_index '$taxonomy_index' - #end if - #if $taxonomy_level - --taxonomy_level '$taxonomy_level' - #end if +humann2_split_table + --input '$input' + -o 'output' + #if $taxonomy_index + --taxonomy_index '$taxonomy_index' + #end if + #if $taxonomy_level + --taxonomy_level '$taxonomy_level' + #end if ]]></command> <inputs> <param argument="--input" type="data" format="tsv,tabular,biom1" label="Gene table to split"/>