Mercurial > repos > recetox > recetox_msfinder
comparison macros.xml @ 0:7cda9aef13f3 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
author | recetox |
---|---|
date | Tue, 13 Dec 2022 13:26:29 +0000 |
parents | |
children | 29fc1af350f5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7cda9aef13f3 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">3.5.2</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <container type="docker">recetox/recetox-msfinder:3.5.2-0</container> | |
6 </requirements> | |
7 </xml> | |
8 <xml name="creator"> | |
9 <creator> | |
10 <person | |
11 givenName="Zargham" | |
12 familyName="Ahmad" | |
13 url="https://github.com/zargham-ahmad" | |
14 identifier="0000-0002-6096-224X" /> | |
15 <organization | |
16 url="https://www.recetox.muni.cz/" | |
17 email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" | |
18 name="RECETOX MUNI" /> | |
19 </creator> | |
20 </xml> | |
21 <xml name="input"> | |
22 <param name="input_data" type="data" format="msp" label="Input mass spectral library file to which to add peak annotations." | |
23 help="Formula and InChI (or SMILES) codes are required to be present in the library file" /> | |
24 </xml> | |
25 <xml name="parameter"> | |
26 <param type="float" value="0.01" name="Ms2Tolerance" label="Ms2Tolerance" help="The mass tolerance used for fragment peak matching and annotation." /> | |
27 <param name="IsTmsMeoxDerivative" type="boolean" checked="False" truevalue="True" falsevalue="False" label="IsTmsMeoxDerivative" | |
28 help="Check TMS-MeOX derivative to use EIMS database; otherwise, MSMS database is used." /> | |
29 <param type="integer" value="1" name="RelativeAbundanceCutOff" label="RelativeAbundanceCutOff" | |
30 help="Remove peaks with less than specified % relative intensity from the spectra." /> | |
31 <param type="float" value="0.001" name="Ms1Tolerance" label="Ms1Tolerance" help="The precursor m/z tolerance to generate formula candidates." /> | |
32 <param type="select" name="MassToleranceType" label="MassToleranceType" help="Da stands for Daltons (amu), and Ppm stands for parts per million"> | |
33 <option value="Da" selected="True">Da</option> | |
34 <option value="Ppm">Ppm</option> | |
35 </param> | |
36 <param type="integer" value="-1" name="StructurePredictionTimeOut" label="StructurePredictionTimeOut" help="Time out parameter, value of -1 means no timeout" /> | |
37 <param name="LewisAndSeniorCheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="LewisAndSeniorCheck" | |
38 help="Generate formula candidates that match the valence rules of formula elements." /> | |
39 </xml> | |
40 <xml name="element_check_parameter"> | |
41 <!-- Element Checks --> | |
42 <param name="Ocheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Ocheck" /> | |
43 <param name="Ncheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Ncheck" /> | |
44 <param name="Pcheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Pcheck" /> | |
45 <param name="Scheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Scheck" /> | |
46 <param name="Fcheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Fcheck" /> | |
47 <param name="ClCheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="ClCheck" /> | |
48 <param name="BrCheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="BrCheck" /> | |
49 <param name="Icheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="Icheck" /> | |
50 <param name="SiCheck" type="boolean" checked="True" truevalue="True" falsevalue="False" label="SiCheck" /> | |
51 </xml> | |
52 <xml name="output"> | |
53 <data name="annotated_data" format="msp" /> | |
54 </xml> | |
55 | |
56 <token name="@HELP@"><![CDATA[ | |
57 **Description** | |
58 | |
59 MS-FINDER was launched as a universal program for compound annotation that supports EI-MS (GC/MS) and | |
60 MS/MS spectral mining. MS-FINDER provide solution for fragment annotations. The program can annotate | |
61 your unknowns by the public spectral databases such as MassBank, LipidBlast, and GNPS. MS-FINDER has | |
62 been developed as the collaborative work between Prof. Masanori Arita team (RIKEN, Reifycs Inc.) and | |
63 Prof. Oliver Fiehn team (UC Davis) supported by the JST/NSF SICORP Metabolomics for the low carbon society | |
64 project. | |
65 | |
66 This galaxy wrapper only peforms MS2 peak annotation given a correctly formatted mass spectral library file. | |
67 FORMULA, PRECURSORMZ and SMILES (or INCHI) metadata entries are required to be present in the input mass spectral library file. | |
68 Each spectrum has to be separated by a single blank line. | |
69 | |
70 For detailed documentation of the tool please visit https://mtbinfo-team.github.io/mtbinfo.github.io/MS-FINDER/tutorial | |
71 ]]> | |
72 </token> | |
73 | |
74 <xml name="citations"> | |
75 <citation type="doi">10.1021/acs.analchem.6b00770</citation> | |
76 </xml> | |
77 </macros> |