Previous changeset 1:c702620c22b1 (2023-04-03) Next changeset 3:8c5e65adf694 (2023-10-12) |
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/riassigner commit e8d838b42298fb282581f05397451ee450e3600e |
modified:
riassigner.xml |
b |
diff -r c702620c22b1 -r 4e47a0fa9287 riassigner.xml --- a/riassigner.xml Mon Apr 03 14:52:35 2023 +0000 +++ b/riassigner.xml Thu Jun 22 15:19:27 2023 +0000 |
b |
@@ -1,10 +1,14 @@ -<tool id="riassigner" name="RIAssigner" version="@TOOL_VERSION@+galaxy1" profile="19.05"> +<tool id="riassigner" name="RIAssigner" version="@TOOL_VERSION@+galaxy2" profile="21.09"> <description>compute retention indices</description> <macros> <import>macros.xml</import> </macros> <expand macro="creator"/> + <xrefs> + <xref type="bio.tools">riassigner</xref> + </xrefs> + <requirements> <requirement type="package" version="@TOOL_VERSION@">riassigner</requirement> </requirements> |