comparison HR2.xml @ 2:23970530a518 draft

master branch Updating with tag :CI_COMMIT_TAG - - Fxx
author fgiacomoni
date Tue, 17 Jan 2023 10:31:32 +0000
parents e2cbcf6fa22e
children 78afd7f439f3
comparison
equal deleted inserted replaced
1:e2cbcf6fa22e 2:23970530a518
1 <tool id="hr2" name="HR2 formula" version="1.1.2"> 1 <tool id="hr2" name="HR2 formula" version="1.1.3">
2 <description> 2 <description>
3 find a chemical formula from a accurate mass 3 find a chemical formula from a accurate mass
4 </description> 4 </description>
5 <requirements> 5 <requirements>
6 <requirement type="package" version="2.161">perl-data-dumper</requirement> 6 <requirement type="package" version="2.161">perl-data-dumper</requirement>
16 <command><![CDATA[ 16 <command><![CDATA[
17 perl $__tool_directory__/hr2_manager.pl 17 perl $__tool_directory__/hr2_manager.pl
18 #if str($input_type.choice) == "YES": 18 #if str($input_type.choice) == "YES":
19 -input "${input_type.input}" 19 -input "${input_type.input}"
20 #if str($input_type.header.header_choice) == "yes": 20 #if str($input_type.header.header_choice) == "yes":
21 -nblineheader "${$input_type.header.nbHeader}" 21 -nbHeader "${$input_type.header.nbHeader}"
22 #end if 22 #end if
23 -colId "${input_type.colId}" -colmass "${input_type.colmass}" 23 -colId "${input_type.colId}" -colmass "${input_type.colmass}"
24 #else: 24 #else:
25 -masse "${input_type.masse}" 25 -masse "${input_type.masse}"
26 #end if 26 #end if
52 <param name="nbHeader" label="Number of header lines" type="integer" value="1" min="1" size="10" help="number of lines not containing masses"/> 52 <param name="nbHeader" label="Number of header lines" type="integer" value="1" min="1" size="10" help="number of lines not containing masses"/>
53 </when> 53 </when>
54 <when value="no"/> 54 <when value="no"/>
55 </conditional> 55 </conditional>
56 <param name="colId" label="Column of Id" type="data_column" data_ref="input" accept_default="true" /> 56 <param name="colId" label="Column of Id" type="data_column" data_ref="input" accept_default="true" />
57 <param name="colmass" label="Column of masses (MZ)" type="data_column" data_ref="input" accept_default="true" /> 57 <param name="colmass" label="Column of masses (mz)" type="data_column" data_ref="input" accept_default="true" />
58 </when> 58 </when>
59 <when value="NO"> 59 <when value="NO">
60 <param name="masse" size="20" type="text" label="Mass (MZ) to submit" help="For a masses list, writes : m1 m2 m3. Your values ​​must be separated by spaces. You should use dot (.) like decimal separator"/> 60 <param name="masse" size="20" type="text" label="Mass (mz) to submit" help="For a masses list, writes : m1 m2 m3. Your values ​​must be separated by spaces. You should use dot (.) like decimal separator"/>
61 </when> 61 </when>
62 </conditional> 62 </conditional>
63 63
64 <param name="tol" label="Delta of mass (MZ) (in mmu)" type="float" value="1.0" min="0" max="9.0" help="Tolerance should be between 0 and 9.0 mmu. Default value is 1.0 mmu"/> 64 <param name="tol" label="Delta of mass " type="float" value="1.0" min="0" max="9.0" help="Tolerance should be between 0 and 9.0 Da. Default value is 1.0 mmu"/>
65 <conditional name="mode_condition"> 65 <conditional name="mode_condition">
66 <param name="mode" label="Molecular Species Searched" type="select" display="radio" help="Or ionization type of the molecule list. Use neutral only if only if the masses correspond to molecules and not to ions : query doesn't be a [M+H] or [M-H] ion"> 66 <param name="mode" label="Molecular Species Searched" type="select" display="radio" help="Or ionization type of the molecule list. Use neutral only if only if the masses correspond to molecules and not to ions : query doesn't be a [M+H] or [M-H] ion">
67 <option value="positive">positive</option> 67 <option value="positive">positive</option>
68 <option value="negative">negative</option> 68 <option value="negative">negative</option>
69 <option value="neutral" selected="true">neutral</option> 69 <option value="neutral" selected="true">neutral</option>
190 ----------------- 190 -----------------
191 Workflow position 191 Workflow position
192 ----------------- 192 -----------------
193 193
194 194
195 .. image:: ./static/images/metabolomics/hr2.png 195 .. image:: hr2.png
196 :width: 800 196 :width: 800
197 197
198 198
199 199
200 200