diff 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
line wrap: on
line diff
--- a/picard_DownsampleSam.xml	Thu Jul 16 15:32:31 2015 -0400
+++ b/picard_DownsampleSam.xml	Tue Oct 13 12:27:49 2015 -0400
@@ -19,8 +19,8 @@
   </command>
   <inputs>
     <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" />
-    <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" />
-    <param name="seed" type="integer" size="5" label="Random seed value" help="RANDOM_SEED; default=1" value="1" />
+    <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" />
+    <param name="seed" type="integer" label="Random seed value" help="RANDOM_SEED; default=1" value="1" />
     
     <expand macro="VS" />