comparison picard_DownsampleSam.xml @ 9:5eaa8a968300 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1
author devteam
date Fri, 09 Oct 2015 17:43:13 -0400
parents 3a3234d7a2e8
children 05087b27692a
comparison
equal deleted inserted replaced
8:3a3234d7a2e8 9:5eaa8a968300
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