# HG changeset patch
# User iuc
# Date 1659988766 0
# Node ID 6d1c282e2ce2c6cb24a6fb5f7e65224c73eff37d
# Parent 9b2790bca5b52920533feff6fda9fdc44bf7fc74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit a96defec82bfa9628fa821ffa6df5c68314a41d8
diff -r 9b2790bca5b5 -r 6d1c282e2ce2 macros.xml
--- a/macros.xml Fri Jul 29 20:29:27 2022 +0000
+++ b/macros.xml Mon Aug 08 19:59:26 2022 +0000
@@ -119,7 +119,7 @@
'alignment_file' in extra_outputs
-->
- 'marker_gene_stats' in extra_outputs
+ extra_outputs and 'marker_gene_stats' in extra_outputs
diff -r 9b2790bca5b5 -r 6d1c282e2ce2 tree.xml
--- a/tree.xml Fri Jul 29 20:29:27 2022 +0000
+++ b/tree.xml Mon Aug 08 19:59:26 2022 +0000
@@ -38,22 +38,22 @@
- ali and 'hmmer_tree_ali' in extra_outputs
+ ali and extra_outputs and 'hmmer_tree_ali' in extra_outputs
- 'concatenate_pplacer_json' in extra_outputs
+ extra_outputs and 'concatenate_pplacer_json' in extra_outputs
- not genes and nt and 'genes_fna' in extra_outputs
+ not genes and nt and extra_outputs and 'genes_fna' in extra_outputs
- 'genes_faa' in extra_outputs
+ extra_outputs and 'genes_faa' in extra_outputs
- not genes and 'genes_gff' in extra_outputs
+ not genes and extra_outputs and 'genes_gff' in extra_outputs