# HG changeset patch # User iuc # Date 1659988130 0 # Node ID 3c3373dd1de4a540918d73c36f4e976b7b21457a # Parent 21ffcb56d11190af663e4349a31430a0b42a00e7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit a96defec82bfa9628fa821ffa6df5c68314a41d8 diff -r 21ffcb56d111 -r 3c3373dd1de4 macros.xml --- a/macros.xml Fri Jul 29 20:17:59 2022 +0000 +++ b/macros.xml Mon Aug 08 19:48:50 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 21ffcb56d111 -r 3c3373dd1de4 tree.xml --- a/tree.xml Fri Jul 29 20:17:59 2022 +0000 +++ b/tree.xml Mon Aug 08 19:48:50 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