Previous changeset 6:319b8aac032d (2025-02-08) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 430cd92e7151f4ff87796589e7f51e4007aca38f |
modified:
cami_amber.xml macros.xml |
b |
diff -r 319b8aac032d -r 2e7b727a0e05 cami_amber.xml --- a/cami_amber.xml Sat Feb 08 11:32:30 2025 +0000 +++ b/cami_amber.xml Mon Feb 10 15:07:49 2025 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <command detect_errors="exit_code"> <![CDATA[ |
b |
diff -r 319b8aac032d -r 2e7b727a0e05 macros.xml --- a/macros.xml Sat Feb 08 11:32:30 2025 +0000 +++ b/macros.xml Mon Feb 10 15:07:49 2025 +0000 |
b |
@@ -8,6 +8,11 @@ <token name="@TOOL_VERSION@">2.0.7</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">cami-amber</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1093/gigascience/giy069</citation> |