# HG changeset patch # User iuc # Date 1606164612 0 # Node ID 4a9da2b6c2e3269ef48f5a5b3fd3cfe073e2a508 # Parent 328c607150ff1c6a0a323f7069945d2e420763e2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken2/kraken2/ commit fed92935f1f0b52173d2fddbdd2bbf44e802b51e" diff -r 328c607150ff -r 4a9da2b6c2e3 kraken2.xml --- a/kraken2.xml Wed May 08 08:23:47 2019 -0400 +++ b/kraken2.xml Mon Nov 23 20:50:12 2020 +0000 @@ -35,9 +35,7 @@ --threads \${GALAXY_SLOTS:-1} --db '${kraken2_database.fields.path}' - #if $quick: - --quick - #end if + $quick #if $single_paired.single_paired_selector == "yes" --paired @@ -63,19 +61,15 @@ --confidence '${confidence}' --minimum-base-quality '${min_base_quality}' + --minimum-hit-groups '${minimum_hit_groups}' - #if $use_names: - --use-names - #end if + $use_names #if $report.create_report: --report '${report_output}' - #if $report.use_mpa_style: - --use-mpa-style - #end if - #if $report.report_zero_counts: - --report-zero-counts - #end if + $report.use_mpa_style + $report.report_zero_counts: + $report.report_minimizer_data: #end if > '${output}' @@ -98,18 +92,18 @@ - - - - - - + + + + +
- - - + + + +
diff -r 328c607150ff -r 4a9da2b6c2e3 macros.xml --- a/macros.xml Wed May 08 08:23:47 2019 -0400 +++ b/macros.xml Mon Nov 23 20:50:12 2020 +0000 @@ -1,9 +1,7 @@ - 2.0.8_beta - - fasta,fastq,fasta.gz,fasta.bz2,fastq.gz,fastq.bz2,fastqsanger - + 2.1.1 + fasta,fastq,fasta.gz,fasta.bz2,fastq.gz,fastq.bz2