Previous changeset 19:a250929be21b (2024-06-21) Next changeset 21:7bd020da0ce5 (2025-03-13) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit b548a504e88bd330f534be0dd018175c9341b1f1 |
modified:
ivar_trim.xml macros.xml |
b |
diff -r a250929be21b -r c9ef01b1cfba ivar_trim.xml --- a/ivar_trim.xml Fri Jun 21 15:21:34 2024 +0000 +++ b/ivar_trim.xml Mon Feb 10 15:12:01 2025 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><![CDATA[ |
b |
diff -r a250929be21b -r c9ef01b1cfba macros.xml --- a/macros.xml Fri Jun 21 15:21:34 2024 +0000 +++ b/macros.xml Mon Feb 10 15:12:01 2025 +0000 |
b |
@@ -13,9 +13,11 @@ <xml name="version_command"> <version_command>ivar version | grep version</version_command> </xml> - <xrefs> - <xref type="bio.tools">andersen-lab_ivar</xref> - </xrefs> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">andersen-lab_ivar</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-018-1618-7</citation> |