Previous changeset 8:4863b1dbe8f0 (2021-04-16) |
Commit message:
v0.1.1 - Added bio.tools xref |
modified:
tools/clinod/README.rst tools/clinod/clinod.xml |
b |
diff -r 4863b1dbe8f0 -r b6ea129299ea tools/clinod/README.rst --- a/tools/clinod/README.rst Fri Apr 16 22:33:30 2021 +0000 +++ b/tools/clinod/README.rst Tue Mar 12 16:07:47 2024 +0000 |
b |
@@ -81,6 +81,7 @@ To do this the Tool Shed XML installation recipe now installs the same wrapper script ``clinod`` used in the BioConda package for calling the JAR file. +v0.1.1 - Added bio.tools xref. ======= ====================================================================== |
b |
diff -r 4863b1dbe8f0 -r b6ea129299ea tools/clinod/clinod.xml --- a/tools/clinod/clinod.xml Fri Apr 16 22:33:30 2021 +0000 +++ b/tools/clinod/clinod.xml Tue Mar 12 16:07:47 2024 +0000 |
b |
@@ -1,5 +1,8 @@ -<tool id="clinod" name="Nucleolar localization sequence Detector (NoD)" version="0.1.0"> +<tool id="clinod" name="Nucleolar localization sequence Detector (NoD)" version="0.1.1"> <description>Find nucleolar localization signals (NoLSs) in protein sequences</description> + <xrefs> + <xref type="bio.tools">clinod</xref> + </xrefs> <requirements> <requirement type="package" version="1.3">clinod</requirement> </requirements> |