Mercurial > repos > iuc > mash_sketch
comparison mash_sketch.xml @ 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 |
comparison
equal
deleted
inserted
replaced
2:91ee99b4f05a | 3:43f9ca23c132 |
---|---|
61 <param name="reads" format="@INTYPES@" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/> | 61 <param name="reads" format="@INTYPES@" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/> |
62 </when> | 62 </when> |
63 </conditional> | 63 </conditional> |
64 <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"/> | 64 <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"/> |
65 <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)"/> | 65 <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)"/> |
66 <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"/> | 66 <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"/> |
67 </when> | 67 </when> |
68 <when value="assembly"> | 68 <when value="assembly"> |
69 <param name="assembly" type="data" format="fasta,fasta.gz" label="Assembly"/> | 69 <param name="assembly" type="data" format="fasta,fasta.gz" label="Assembly"/> |
70 <param type="boolean" name="individual_sequences" truevalue="-i" falsevalue="" label="Sketch individual Sequences" help="Sketch individual sequences, rather than whole files, e.g. for multi-fastas of single-chromosome genomes or pair-wise gene comparisons"/> | 70 <param type="boolean" name="individual_sequences" truevalue="-i" falsevalue="" label="Sketch individual Sequences" help="Sketch individual sequences, rather than whole files, e.g. for multi-fastas of single-chromosome genomes or pair-wise gene comparisons"/> |
71 </when> | 71 </when> |