Mercurial > repos > iuc > humann2_reduce_table
comparison humann2_reduce_table.xml @ 1:d020ce7b0e4c 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:49 -0400 |
parents | e795ba0b91f4 |
children | 7f7cc8d4d6b7 |
comparison
equal
deleted
inserted
replaced
0:e795ba0b91f4 | 1:d020ce7b0e4c |
---|---|
4 <import>humann2_macros.xml</import> | 4 <import>humann2_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <expand macro="version"/> | 7 <expand macro="version"/> |
8 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
9 humann2_reduce_table | 9 humann2_reduce_table |
10 --input '$input' | 10 --input '$input' |
11 -o '$output_table' | 11 -o '$output_table' |
12 --function '$function' | 12 --function '$function' |
13 --sort-by '$sort' | 13 --sort-by '$sort' |
14 ]]></command> | 14 ]]></command> |
15 <inputs> | 15 <inputs> |
16 <param argument="--input" type="data" format="tsv,tabular" label="Gene/pathway table"/> | 16 <param argument="--input" type="data" format="tsv,tabular" label="Gene/pathway table"/> |
17 <param argument="--function" type="select" label="Function to apply"> | 17 <param argument="--function" type="select" label="Function to apply"> |
18 <option value="max" selected="true">Max</option> | 18 <option value="max" selected="true">Max</option> |