comparison picard_DownsampleSam.xml @ 4:2589e6207cb4 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:27:49 -0400
parents 52fdfc45590a
children 08f69add4d06
comparison
equal deleted inserted replaced
3:52fdfc45590a 4:2589e6207cb4
17 VERBOSITY=ERROR 17 VERBOSITY=ERROR
18 VALIDATION_STRINGENCY=${validation_stringency} 18 VALIDATION_STRINGENCY=${validation_stringency}
19 </command> 19 </command>
20 <inputs> 20 <inputs>
21 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM or BAM dataset" /> 21 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM or BAM dataset" />
22 <param name="probability" type="float" size="4" min="0.0" max="1.0" label="Probability (between 0 and 1) that any given read will be kept" help="PROBABILITY; specify 1 to keep all reads, 0.1 to keep 10% of the reads" value="1" /> 22 <param name="probability" type="float" min="0.0" max="1.0" label="Probability (between 0 and 1) that any given read will be kept" help="PROBABILITY; specify 1 to keep all reads, 0.1 to keep 10% of the reads" value="1" />
23 <param name="seed" type="integer" size="5" label="Random seed value" help="RANDOM_SEED; default=1" value="1" /> 23 <param name="seed" type="integer" label="Random seed value" help="RANDOM_SEED; default=1" value="1" />
24 24
25 <expand macro="VS" /> 25 <expand macro="VS" />
26 26
27 </inputs> 27 </inputs>
28 28