| Previous changeset 17:abbc8041e8ec (2024-06-21) Next changeset 19:1ef68546d37f (2025-03-13) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit b548a504e88bd330f534be0dd018175c9341b1f1 |
|
modified:
ivar_variants.xml macros.xml |
| b |
| diff -r abbc8041e8ec -r 41c7ba073a9b ivar_variants.xml --- a/ivar_variants.xml Fri Jun 21 15:20:59 2024 +0000 +++ b/ivar_variants.xml Mon Feb 10 15:12:35 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 abbc8041e8ec -r 41c7ba073a9b macros.xml --- a/macros.xml Fri Jun 21 15:20:59 2024 +0000 +++ b/macros.xml Mon Feb 10 15:12:35 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> |