Skip to content

Commit

Permalink
Merge pull request #420 from zargham-ahmad/add_edam
Browse files Browse the repository at this point in the history
Add EDAM identifiers: Retip and recetox-msfinder
  • Loading branch information
hechth authored Oct 21, 2023
2 parents a493624 + 526030b commit 14d9015
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
5 changes: 5 additions & 0 deletions tools/recetox_msfinder/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
name="RECETOX MUNI" />
</creator>
</xml>
<xml name="refs">
<xrefs>
<xref type="bio.tools">recetox-msfinder</xref>
</xrefs>
</xml>
<xml name="input">
<param name="input_data" type="data" format="msp" label="Input mass spectral library file to which to add peak annotations."
help="Formula and InChI (or SMILES) codes are required to be present in the library file" />
Expand Down
3 changes: 2 additions & 1 deletion tools/recetox_msfinder/recetox_msfinder.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy1">
<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy2">
<description>Annotation of fragment peaks in mass spectral libraries.</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="refs"/>
<expand macro="creator" />

<expand macro="requirements" />
Expand Down
6 changes: 6 additions & 0 deletions tools/retip/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</creator>
</xml>

<xml name="refs">
<xrefs>
<xref type="bio.tools">retip</xref>
</xrefs>
</xml>

<xml name="requirements">
<requirements>
<container type="docker">recetox/retip:@TOOL_VERSION@-recetox4</container>
Expand Down
3 changes: 2 additions & 1 deletion tools/retip/retip_apply.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<tool id="retip_apply" name="Retip prediction" version="@TOOL_VERSION@+galaxy4">
<tool id="retip_apply" name="Retip prediction" version="@TOOL_VERSION@+galaxy5">
<description>is retention time predictor for Metabolomics</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="refs"/>
<expand macro="creator"/>

<expand macro="requirements"/>
Expand Down
3 changes: 2 additions & 1 deletion tools/retip/retip_descriptors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy4">
<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy5">
<description>for retention time prediction</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="refs"/>
<expand macro="creator"/>

<expand macro="requirements"/>
Expand Down
3 changes: 2 additions & 1 deletion tools/retip/retip_filter_rt.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<tool id="retip_filter_rt" name="Retip filter" version="@TOOL_VERSION@+galaxy4">
<tool id="retip_filter_rt" name="Retip filter" version="@TOOL_VERSION@+galaxy5">
<description>for predicted RT's</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="refs"/>
<expand macro="creator"/>

<expand macro="requirements"/>
Expand Down
3 changes: 2 additions & 1 deletion tools/retip/retip_train.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<tool id="retip_train" name="Retip training" version="@TOOL_VERSION@+galaxy4">
<tool id="retip_train" name="Retip training" version="@TOOL_VERSION@+galaxy5">
<description>the Keras model to predict retention times</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="refs"/>
<expand macro="creator"/>

<expand macro="requirements"/>
Expand Down

0 comments on commit 14d9015

Please sign in to comment.