Mercurial > repos > iuc > rasusa
changeset 2:c8f1cd6c1fbf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rasusa commit b8055b601bb2030c0c745c8af6e07e0d6cf19d89
| author | iuc | 
|---|---|
| date | Wed, 28 Feb 2024 15:16:59 +0000 | 
| parents | 173642bff2be | 
| children | add156116c63 | 
| files | rasusa.xml | 
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] | 
line wrap: on
 line diff
--- a/rasusa.xml Wed Feb 28 11:18:47 2024 +0000 +++ b/rasusa.xml Wed Feb 28 15:16:59 2024 +0000 @@ -95,14 +95,14 @@ <param name="genome_size_unit" type="select" label="Specify genome size in"> <expand macro="size_units" /> </param> - <param name="genome_size" type="float" min="0" label="Genome size to calculate coverage with respect to"/> - <param argument="--coverage" type="float" min="0" label="The desired coverage to sub-sample the reads to"/> + <param name="genome_size" type="float" min="0" value="" label="Genome size to calculate coverage with respect to"/> + <param argument="--coverage" type="float" min="0" value="" label="The desired coverage to sub-sample the reads to"/> </when> <when value="num_bases"> <param name="num_bases_unit" type="select" label="Specify number of bases in"> <expand macro="size_units" /> </param> - <param name="bases" type="float" min="0" label="Explicitly set the number of bases required"/> + <param name="bases" type="float" min="0" value="" label="Explicitly set the number of bases required"/> </when> <when value="num_reads"> <param argument="--num" type="integer" value="" min="1"/>
