Mercurial > repos > iuc > seqtk
comparison seqtk_sample.xml @ 2:f73729b62b51 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2249d643284ee782d882cd200729a86a2c6bb744
author | iuc |
---|---|
date | Fri, 01 Jan 2016 14:49:42 -0500 |
parents | 61718851f199 |
children | bc7d99f46a5d |
comparison
equal
deleted
inserted
replaced
1:61718851f199 | 2:f73729b62b51 |
---|---|
11 $subsample_size | 11 $subsample_size |
12 > $default]]></command> | 12 > $default]]></command> |
13 <inputs> | 13 <inputs> |
14 <expand macro="in_faq" /> | 14 <expand macro="in_faq" /> |
15 <param label="RNG seed" help="(-s)" name="s" type="integer" value="4"/> | 15 <param label="RNG seed" help="(-s)" name="s" type="integer" value="4"/> |
16 <param label="Subsample (decimal fraction or number)" name="subsample_size" type="integer" value="100"/> | 16 <param label="Subsample (decimal fraction or number)" name="subsample_size" type="float" value="100"/> |
17 </inputs> | 17 </inputs> |
18 <outputs> | 18 <outputs> |
19 <data format_source="in_file" hidden="false" name="default" label="Subsample of reads from $in_file.name"/> | 19 <data format_source="in_file" hidden="false" name="default" label="Subsample of reads from $in_file.name"/> |
20 </outputs> | 20 </outputs> |
21 <tests> | 21 <tests> |
33 | 33 |
34 The subsample size can be a decimal fraction <=1, where 1 implies 100% of the reads should be used. If a number >1 is provided, that many reads will be taken from the dataset. | 34 The subsample size can be a decimal fraction <=1, where 1 implies 100% of the reads should be used. If a number >1 is provided, that many reads will be taken from the dataset. |
35 | 35 |
36 @ATTRIBUTION@ | 36 @ATTRIBUTION@ |
37 ]]></help> | 37 ]]></help> |
38 <expand macro="citation" /> | |
38 </tool> | 39 </tool> |