Previous changeset 17:5dc33613c288 (2024-06-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit b548a504e88bd330f534be0dd018175c9341b1f1 |
modified:
ivar_removereads.xml macros.xml |
b |
diff -r 5dc33613c288 -r 9f4805c61d29 ivar_removereads.xml --- a/ivar_removereads.xml Fri Jun 21 15:19:51 2024 +0000 +++ b/ivar_removereads.xml Mon Feb 10 15:10:52 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 5dc33613c288 -r 9f4805c61d29 macros.xml --- a/macros.xml Fri Jun 21 15:19:51 2024 +0000 +++ b/macros.xml Mon Feb 10 15:10:52 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> |