Mercurial > repos > crusoe > khmer
diff do-partition.xml @ 59:08a599cf71d0
Bjoern's suggestions
| author | Michael R. Crusoe <mcrusoe@msu.edu> |
|---|---|
| date | Mon, 18 Aug 2014 07:02:05 -0400 |
| parents | 2c03c19808c5 |
| children | fe697e0cb24a |
line wrap: on
line diff
--- a/do-partition.xml Wed Aug 06 18:32:24 2014 -0400 +++ b/do-partition.xml Mon Aug 18 07:02:05 2014 -0400 @@ -30,17 +30,17 @@ type="integer" value="20" label="ksize" - help="k-mer size to use" /> + help="k-mer size to use (--ksize/-k)" /> <param name="n_tables" type="integer" min="1" value="4" label="n_tables" - help="number of tables to use" /> + help="number of tables to use (--n_tables/-N)" /> <param name="tablesize_specific" type="text" label="tablesize" - help="lower bound on the tablesize to use" /> + help="lower bound on the tablesize to use (--min-tablesize/-x)" /> </inputs> <outputs> <data name="information" @@ -48,12 +48,7 @@ label="${tool.name} summary for #echo ','.join(map(str, $inputs ))#" /> <expand macro="output_sequences" /> </outputs> - <stdio> - <!-- [HELP] If no exit code rule is defined, the tool will stop if anything is written to STDERR --> - <exit_code range="1:" - level="fatal" /> - </stdio> - + <expand macro="stdio" /> <!-- <tests> <test interactor="api"> <conditional name="parameters">
