Previous changeset 1:8a9a425f5c60 (2025-02-03) Next changeset 3:4e40c6d7bc4a (2025-04-14) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fairy commit cde4cce9b23f969066ae540ee8e11d4a34f06069 |
modified:
fairy_cov.xml macros.xml |
b |
diff -r 8a9a425f5c60 -r d94e49509dac fairy_cov.xml --- a/fairy_cov.xml Mon Feb 03 08:36:52 2025 +0000 +++ b/fairy_cov.xml Mon Feb 10 19:30:32 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 8a9a425f5c60 -r d94e49509dac macros.xml --- a/macros.xml Mon Feb 03 08:36:52 2025 +0000 +++ b/macros.xml Mon Feb 10 19:30:32 2025 +0000 |
b |
@@ -8,6 +8,11 @@ <token name="@TOOL_VERSION@">0.5.7</token> <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">24.1</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">fairy</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1101/2024.04.23.590803</citation> |