Previous changeset 2:2cd76b089570 (2023-02-07) Next changeset 4:95bf7479d53c (2023-04-24) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann commit 32d4c566afe55179531fdd106dc5a996cc09bbb1 |
modified:
humann.xml macros.xml |
b |
diff -r 2cd76b089570 -r 037c0b25c041 humann.xml --- a/humann.xml Tue Feb 07 19:47:50 2023 +0000 +++ b/humann.xml Wed Mar 29 19:59:38 2023 +0000 |
[ |
@@ -351,19 +351,19 @@ <data name="gene_families_tsv" format="tabular" from_work_dir="output/*_genefamilies.tsv" label="${tool.name} on ${on_string}: Gene families and their abundance" > <filter>out['output_format'] == "tsv"</filter> </data> - <data name="gene_families_biom" format="biom1" from_work_dir="output/*_genefamilies.biom" label="${tool.name} on ${on_string}: Gene families and their abundance" > + <data name="gene_families_biom" format="biom1" from_work_dir="output/*_genefamilies.biom" label="${tool.name} on ${on_string}: Gene families and their abundance as biom"> <filter>out['output_format'] == "biom"</filter> </data> <data name="pathcoverage_tsv" format="tabular" from_work_dir="output/*_pathcoverage.tsv" label="${tool.name} on ${on_string}: Pathways and their coverage" > <filter>out['output_format'] == "tsv"</filter> </data> - <data name="pathcoverage_biom" format="biom1" from_work_dir="output/*_pathcoverage.biom" label="${tool.name} on ${on_string}: Pathways and their coverage" > + <data name="pathcoverage_biom" format="biom1" from_work_dir="output/*_pathcoverage.biom" label="${tool.name} on ${on_string}: Pathways and their coverage as biom"> <filter>out['output_format'] == "biom"</filter> </data> <data name="pathabundance_tsv" format="tabular" from_work_dir="output/*_pathabundance.tsv" label="${tool.name} on ${on_string}: Pathways and their abundance" > <filter>out['output_format'] == "tsv"</filter> </data> - <data name="pathabundance_biom" format="biom1" from_work_dir="output/*_pathabundance.biom" label="${tool.name} on ${on_string}: Pathways and their abundance" > + <data name="pathabundance_biom" format="biom1" from_work_dir="output/*_pathabundance.biom" label="${tool.name} on ${on_string}: Pathways and their abundance as biom"> <filter>out['output_format'] == "biom"</filter> </data> <data format="txt" name="log" label="${tool.name} on ${on_string}: Log"/> |
b |
diff -r 2cd76b089570 -r 037c0b25c041 macros.xml --- a/macros.xml Tue Feb 07 19:47:50 2023 +0000 +++ b/macros.xml Wed Mar 29 19:59:38 2023 +0000 |
b |
@@ -1,17 +1,12 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">3.6.0</token> + <token name="@TOOL_VERSION@">3.6.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">22.01</token> <xml name="edam_ontology"> - <edam_topics> - <edam_topic>topic_3174</edam_topic> - <edam_topic>topic_0194</edam_topic> - </edam_topics> - <edam_operations> - <edam_operation>operation_2478</edam_operation> - <edam_operation>operation_0324</edam_operation> - </edam_operations> + <xrefs> + <xref type="bio.tools">humann</xref> + </xrefs> </xml> <xml name="requirements"> <requirements> |