| Previous changeset 2:dc1500f42073 (2023-09-25) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 4850c9f31e2cf1edb05d5c8cd0c8ec8be12329c9 |
|
modified:
macros.xml pycoqc.xml |
| b |
| diff -r dc1500f42073 -r fae03f3d4bf7 macros.xml --- a/macros.xml Mon Sep 25 08:29:11 2023 +0000 +++ b/macros.xml Mon Mar 11 15:25:55 2024 +0000 |
| b |
| @@ -7,6 +7,11 @@ <requirement type="package" version="@TOOL_VERSION@">pycoqc</requirement> </requirements> </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">pycoqc</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>pycoQC --version</version_command> </xml> |
| b |
| diff -r dc1500f42073 -r fae03f3d4bf7 pycoqc.xml --- a/pycoqc.xml Mon Sep 25 08:29:11 2023 +0000 +++ b/pycoqc.xml Mon Mar 11 15:25:55 2024 +0000 |
| b |
| @@ -6,6 +6,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"/> <expand macro="version_command"/> |