# HG changeset patch
# User iuc
# Date 1621443831 0
# Node ID 6b7622dda516ba92630a0b66cc86e6241675ee1e
# Parent 65c80ca3037362b994df40982670f6ca60966f94
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann commit 948cdafe28ae232b641a58bb7dc044d320feb294"
diff -r 65c80ca30373 -r 6b7622dda516 humann.xml
--- a/humann.xml Wed May 12 09:06:30 2021 +0000
+++ b/humann.xml Wed May 19 17:03:51 2021 +0000
@@ -150,7 +150,7 @@
--search-mode '$wf.translated_search.protein_db.search_mode'
#else
--protein-database '$wf.translated_search.protein_db.protein_database.fields.path'
- #if 'uniref50' in $wf.translated_search.protein_db.protein_database.fields.dbkey
+ #if 'uniref50' in $wf.translated_search.protein_db.protein_database.fields.value
--search-mode 'uniref50'
#else
--search-mode 'uniref90'
@@ -261,7 +261,9 @@
-
+
@@ -273,7 +275,7 @@
-
+
@@ -284,7 +286,7 @@
-
+
@@ -346,48 +348,48 @@
-
+
out['output_format'] == "tsv"
-
+
out['output_format'] == "biom"
-
+
out['output_format'] == "tsv"
-
+
out['output_format'] == "biom"
-
+
out['output_format'] == "tsv"
-
+
out['output_format'] == "biom"
-
- "metaphlan_bowtie2" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "metaphlan_bowtie2" in out['intermediate_temp']
-
- "metaphlan_bugs_list" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "metaphlan_bugs_list" in out['intermediate_temp']
-
- "bowtie2_alignment" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "bowtie2_alignment" in out['intermediate_temp']
-
- "bowtie2_reduced_alignment" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "bowtie2_reduced_alignment" in out['intermediate_temp']
-
- "bowtie2_unaligned" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "bowtie2_unaligned" in out['intermediate_temp']
-
- "custom_chocophlan_database" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "custom_chocophlan_database" in out['intermediate_temp']
-
- "diamond_aligned" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "diamond_aligned" in out['intermediate_temp']
-
- "diamond_unaligned" in out['intermediate_temp']
+
+ out['intermediate_temp'] and "diamond_unaligned" in out['intermediate_temp']
@@ -591,7 +593,7 @@