# HG changeset patch
# User iuc
# Date 1765107060 0
# Node ID cbe396d9773e29c66d6caabfdc38e1ef2419a321
# Parent e150ae9302353f0ac76bc45348d473249bbc2d42
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/kraken2/kraken2 commit 39ebbc539c35a194c97c93497849b6136bbc7a8c
diff -r e150ae930235 -r cbe396d9773e kraken2.xml
--- a/kraken2.xml Tue Aug 19 19:58:36 2025 +0000
+++ b/kraken2.xml Sun Dec 07 11:31:00 2025 +0000
@@ -43,7 +43,7 @@
$use_names
- #if $report.create_report:
+ #if $report.create_report == "true":
--report '${report_output}'
$report.use_mpa_style
$report.report_zero_counts
@@ -97,32 +97,35 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
- (split_reads and ('no' in single_paired['single_paired_selector']))
+ split_reads and single_paired['single_paired_selector'] == "no"
- (split_reads and ('no' in single_paired['single_paired_selector']))
+ split_reads and single_paired['single_paired_selector'] == "no"
- (report['create_report'])
+ report['create_report'] == "true"
-
- (split_reads and ("collection" in single_paired['single_paired_selector']))
+ split_reads and single_paired['single_paired_selector'] == "collection"
- (split_reads and ("collection" in single_paired['single_paired_selector']))
+ split_reads and "collection" in single_paired['single_paired_selector'] == "collection"
@@ -195,10 +198,10 @@
-
+
diff -r e150ae930235 -r cbe396d9773e macros.xml
--- a/macros.xml Tue Aug 19 19:58:36 2025 +0000
+++ b/macros.xml Sun Dec 07 11:31:00 2025 +0000
@@ -1,8 +1,8 @@
- 2.1.3
- 2
- 24.0
+ 2.17.1
+ 0
+ 24.2
fasta,fasta.gz,fasta.bz2,fastqsanger,fastqsanger.gz,fastqsanger.bz2
diff -r e150ae930235 -r cbe396d9773e test-data/cl_test2_output_1.fastq
Binary file test-data/cl_test2_output_1.fastq has changed
diff -r e150ae930235 -r cbe396d9773e test-data/un_test2_output_1.fastq
Binary file test-data/un_test2_output_1.fastq has changed
diff -r e150ae930235 -r cbe396d9773e test-data/un_test2_output_2.fastq
Binary file test-data/un_test2_output_2.fastq has changed