Mercurial > repos > iuc > mash_sketch
changeset 3:43f9ca23c132 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 0412195e7380e34250a231f6ea4371d309284ff9"
author | iuc |
---|---|
date | Sat, 24 Apr 2021 13:28:53 +0000 |
parents | 91ee99b4f05a |
children | |
files | mash_sketch.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mash_sketch.xml Sat Apr 24 11:29:14 2021 +0000 +++ b/mash_sketch.xml Sat Apr 24 13:28:53 2021 +0000 @@ -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"/>