Previous changeset 4:afb90d3485df (2024-07-23) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snapatac2 commit a9dc6c2d00d4488dfb751609bac74b19f241e06a |
modified:
dimension_reduction_clustering.xml macros.xml |
b |
diff -r afb90d3485df -r d3ea0ba3d066 dimension_reduction_clustering.xml --- a/dimension_reduction_clustering.xml Tue Jul 23 16:24:56 2024 +0000 +++ b/dimension_reduction_clustering.xml Thu Nov 07 13:07:58 2024 +0000 |
b |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <requirements> <expand macro="requirements"/> </requirements> |
b |
diff -r afb90d3485df -r d3ea0ba3d066 macros.xml --- a/macros.xml Tue Jul 23 16:24:56 2024 +0000 +++ b/macros.xml Thu Nov 07 13:07:58 2024 +0000 |
b |
@@ -2,6 +2,11 @@ <token name="@TOOL_VERSION@">2.6.4</token> <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">23.0</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">snapatac</xref> + </xrefs> + </xml> <xml name="requirements"> <requirement type="package" version="@TOOL_VERSION@">snapatac2</requirement> <requirement type="package" version="5.22.0">plotly</requirement> |