Mercurial > repos > iuc > meryl_count_kmers
diff count-kmers.xml @ 1:52cfaa8d7b1c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/meryl commit 6935ad9dddbbb913817552d682d0b2208481dc7f
| author | iuc |
|---|---|
| date | Sun, 09 Nov 2025 18:35:01 +0000 |
| parents | e377b0f8efda |
| children |
line wrap: on
line diff
--- a/count-kmers.xml Tue Oct 08 16:42:39 2024 +0000 +++ b/count-kmers.xml Sun Nov 09 18:35:01 2025 +0000 @@ -36,19 +36,7 @@ <option value="count-reverse">Count-reverse: count the occurreces of reverse k-mers</option> </param> <param name="input_reads" type="data" format="fastq,fastq.gz,fasta,fasta.gz" label="Input sequences" help="Select your reads in FASTA/FASTQ format."/> - <conditional name="options_kmer_size"> - <param name="kmer_size" type="select" label="K-mer size selector"> - <option value="provide">Set a k-mer size</option> - <option value="estimate">Estimate the best k-mer size</option> - </param> - <when value="provide"> - <param name="input_kmer_size" type="integer" min="1" max="50" value="" label="K-mer size" help="For a human genome, the best k-mer size is k=21 for both haploid (3.1G) or diploid (6.2G).."/> - </when> - <when value="estimate"> - <param name="genome_size" type="integer" min="1000" max="70000000000" value="1000" label="Genome size" help="Haploid genome size or diploid genome size, depending on what we evaluate. In bp. Only required if the k-mer size is not provided."/> - <param name="collision_rate" type="float" min="0.0001" max="0.01" value="0.001" label="Tolerable collision rate" help="Tolerable collision rate. By default is 0.001."/> - </when> - </conditional> + <expand macro="kmer_param"/> </inputs> <outputs> <data name="read_db" format="meryldb" from_work_dir="read-db.meryldb"/>
