Repository 'mash_sketch'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/mash_sketch

Changeset 3:43f9ca23c132 (2021-04-24)
Previous changeset 2:91ee99b4f05a (2021-04-24)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 0412195e7380e34250a231f6ea4371d309284ff9"
modified:
mash_sketch.xml
b
diff -r 91ee99b4f05a -r 43f9ca23c132 mash_sketch.xml
--- a/mash_sketch.xml Sat Apr 24 11:29:14 2021 +0000
+++ b/mash_sketch.xml Sat Apr 24 13:28:53 2021 +0000
b
@@ -63,7 +63,7 @@
                 </conditional>
                 <param type="integer" name="minimum_kmer_copies" argument="-m" value="1" min="1" max="1000" label="Minimum copies of each k-mer required to pass noise filter"/>
                 <param type="integer" name="target_coverage" argument="-c" value="" min="0" max="500" optional="true" label="Target coverage" help="If specified, sketching will conclude if this coverage is reached before the end of the input file (estimated by average k-mer multiplicity)"/>
-                <param type="integer" name="genome_size" argument="-g" value="" min="1000" max="10  0000000000" optional="true" label="Genome size" help="If specified, will be used for p-value calculation instead of an estimated size from k-mer content"/>
+                <param type="integer" name="genome_size" argument="-g" value="" min="1000" max="100000000000" optional="true" label="Genome size" help="If specified, will be used for p-value calculation instead of an estimated size from k-mer content"/>
             </when>
             <when value="assembly">
                 <param name="assembly" type="data" format="fasta,fasta.gz" label="Assembly"/>