Mercurial > repos > recetox > spec2vec_training
diff spec2vec_training.xml @ 1:989d1e182576 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/spec2vec commit f79a5b51599254817727bc9028b9797ea994cb4e
author | recetox |
---|---|
date | Tue, 27 Jun 2023 14:23:47 +0000 |
parents | 4e4d3c8efb22 |
children |
line wrap: on
line diff
--- a/spec2vec_training.xml Thu Jan 05 10:08:01 2023 +0000 +++ b/spec2vec_training.xml Tue Jun 27 14:23:47 2023 +0000 @@ -1,13 +1,14 @@ -<tool id="spec2vec_training" name="Spec2Vec Model Training" version="@TOOL_VERSION@-@TOOL_DEV_VERSION@+galaxy0" python_template_version="3.5" profile="21.05"> +<tool id="spec2vec_training" name="spec2vec model training" version="@TOOL_VERSION@+galaxy0" profile="21.09"> <description>Train a Spec2Vec model for mass spectra similarity scoring</description> <macros> <import>macros.xml</import> </macros> <expand macro="creator"/> + <expand macro="edam" /> <requirements> - <container type="docker">recetox/spec2vec:@COMMIT_SHA@</container> + <requirement type="package" version="@TOOL_VERSION@">spec2vec</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ @@ -245,13 +246,12 @@ </test> </tests> - <help><![CDATA[ + <help> **Spec2vec** is a spectral similarity score inspired by a natural language processing algorithm – Word2Vec. Where Word2Vec learns relationships between words in sentences, spec2vec does so for mass fragments and neutral losses in MS/MS spectra. The spectral similarity score is based on spectral embeddings learnt from the fragmental relationships within a large set of spectral data. - ]]></help> + </help> - <citations> - <citation type="doi">10.1371/journal.pcbi.1008724</citation> - </citations> + <expand macro="citations"/> + </tool>