Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EDAM identifiers: Retip and recetox-msfinder #420

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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