Previous changeset 9:aeacbc9d5333 (2021-01-22) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 7599ef16dc8b83ee49236ed5bb229260c969b0ab |
modified:
heatmap.bin.xml macros.xml |
b |
diff -r aeacbc9d5333 -r 35a719cd08da heatmap.bin.xml --- a/heatmap.bin.xml Fri Jan 22 00:56:46 2021 +0000 +++ b/heatmap.bin.xml Mon Jun 17 12:42:53 2024 +0000 |
b |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools"/> <expand macro="requirements"/> <expand macro="stdio"/> <expand macro="version_command"/> @@ -80,8 +81,8 @@ </inputs> <outputs> <expand macro="logfile-output"/> - <collection name="heatmaps" type="list" label="${tool.name} on ${on_string}: Heatmaps"> - <discover_datasets pattern=".*?\.(?P<designation>.*)\.bin\.svg"/> + <collection name="heatmaps" type="list" label="${tool.name} on ${on_string}: Heatmaps" format="svg"> + <discover_datasets pattern=".*?\.(?P<designation>.*)\.bin\.svg" format="svg"/> </collection> </outputs> <tests> |
b |
diff -r aeacbc9d5333 -r 35a719cd08da macros.xml --- a/macros.xml Fri Jan 22 00:56:46 2021 +0000 +++ b/macros.xml Mon Jun 17 12:42:53 2024 +0000 |
b |
@@ -1,5 +1,10 @@ <macros> <token name="@WRAPPER_VERSION@">1.39.5</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">mothur</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@WRAPPER_VERSION@">mothur</requirement> |