Mercurial > repos > recetox > mfassignr_isofiltr
comparison macros.xml @ 0:c12a49b04ca0 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 1ff446e70246c4f538a8636d2bcdad11d9d342d6
author | recetox |
---|---|
date | Wed, 07 Aug 2024 14:27:51 +0000 |
parents | |
children | 079ae9aa6ed5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c12a49b04ca0 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">1.0.3</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="@TOOL_VERSION@">r-mfassignr</requirement> | |
6 </requirements> | |
7 </xml> | |
8 | |
9 <xml name="refs"> | |
10 <xrefs> | |
11 <xref type="bio.tools">mfassignr</xref> | |
12 </xrefs> | |
13 </xml> | |
14 | |
15 <xml name="creator"> | |
16 <creator> | |
17 <person | |
18 givenName="Zargham" | |
19 familyName="Ahmad" | |
20 url="https://github.com/zargham-ahmad" | |
21 identifier="0000-0002-6096-224X" /> | |
22 <organization | |
23 url="https://www.recetox.muni.cz/" | |
24 email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" | |
25 name="RECETOX MUNI" /> | |
26 </creator> | |
27 </xml> | |
28 | |
29 <xml name="isofiltr_param"> | |
30 <param name="peaks" type="data" format="tabular" label="Input Peak Data" | |
31 help="The input data frame containing abundance and peak mass."/> | |
32 <param name="SN" type="float" value="0" label="Signal-to-Noise Ratio" | |
33 help="Sets the noise cut for the data; peaks below this value will not be evaluated."/> | |
34 <param name="Carbrat" type="float" value="60" min="5" label="Maximum 13C/12C Ratio" | |
35 help="Sets the maximum allowed ratio for matching 13C isotopes."/> | |
36 <param name="Sulfrat" type="float" value="30" label="Maximum 34S/32S Ratio" | |
37 help="Sets the maximum allowed ratio for matching 34S isotopes."/> | |
38 <param name="Sulferr" type="float" value="5" label="Maximum Error for 34S Matching (ppm)" | |
39 help="Sets the maximum allowed error (ppm) for 34S mass matching."/> | |
40 <param name="Carberr" type="float" value="5" label="Maximum Error for 13C Matching (ppm)" | |
41 help="Sets the maximum allowed error (ppm) for 13C mass matching."/> | |
42 </xml> | |
43 | |
44 <xml name="citations"> | |
45 <citations> | |
46 <citation type="doi">10.1016/j.envres.2020.110114</citation> | |
47 </citations> | |
48 </xml> | |
49 | |
50 </macros> |