annotate bank_inhouse.xml @ 1:52798007c6b2 draft default tip

Master branch Updating - - Fxx
author fgiacomoni
date Thu, 24 Jan 2019 10:02:05 -0500
parents be582bcd6585
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
52798007c6b2 Master branch Updating - - Fxx
fgiacomoni
parents: 0
diff changeset
1 <tool id="bank_inhouse" name="bank_inhouse" version="1.2.1">
0
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
2 <description>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
3 search by accurate mass (and by Retention time) on a local bank
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
4 </description>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
5
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
6 <requirements>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
7 <requirement type="package" version="2.90">perl-json</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
8 <requirement type="package" version="1.97">perl-text-csv</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
9 <requirement type="package" version="6.15">perl-lwp-simple</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
10 <requirement type="package" version="1.74">perl-uri</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
11 <requirement type="package" version="1.19">perl-soap-lite</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
12 <requirement type="package" version="2.97">perl-html-template</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
13 <requirement type="package" version="0.428">perl-list-moreutils</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
14 <requirement type="package" version="6.15">perl-libwww-perl</requirement>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
15 </requirements>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
16 <stdio>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
17 <exit_code range="1" level="fatal" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
18 </stdio>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
19
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
20 <command><![CDATA[
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
21 perl $__tool_directory__/bank_inhouse.pl
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
22
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
23 #if str($input_type.choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
24 -input "${input_type.variableMetadata_in}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
25 #if str($input_type.header.header_choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
26 -nbheader "${input_type.header.nbheader}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
27 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
28
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
29 -colmass "${input_type.colmass}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
30 #if str($input_type.use_file_rt.rt_file_choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
31 -colrt "${input_type.use_file_rt.colrt}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
32 -rt_delta "${input_type.use_file_rt.rt_file_delta}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
33 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
34 #else:
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
35 #if str($input_type.use_rt.rt_choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
36 -rt "${input_type.use_rt.rt}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
37 -rt_delta "${input_type.use_rt.rt_delta}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
38 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
39 -masse "${input_type.masse}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
40 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
41
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
42 -mz_delta "${mz_delta_type.mz_delta}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
43 -mass_delta "${mz_delta_type.mass_delta}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
44
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
45 #if str($bank_type.perso_bank) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
46 -bank_in "${bank_type.bank_in}" -bank_name "${bank_type.bank_in.name}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
47 -mzdb "${bank_type.mzdb}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
48 #if str($bank_type.bank_rt.bank_rt_choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
49 -rtdb "${bank_type.bank_rt.rtdb}"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
50 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
51 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
52
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
53 #if str($input_type.choice) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
54 -outputTab "$variableMetadata_out"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
55 -outputXls "$bankInhouseResXls_filein"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
56 #if str($outfiles) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
57 -outputFull "$variableMetadata_full_out"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
58 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
59 #else:
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
60 -outputXls "$bankInhouseResXls_manualin"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
61 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
62
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
63 #if str($outfiles) == "YES":
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
64 -outputJson "$Json"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
65 #end if
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
66 ]]></command>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
67
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
68 <inputs>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
69 <conditional name="input_type">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
70 <param name="choice" type="select" display="radio" label="* Would you use a file?" help="if 'NO' is selected then one or more mass(es) must be entered manually">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
71 <option value="NO">NO</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
72 <option value="YES" selected="true">YES</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
73 </param>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
74 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
75 <param name="variableMetadata_in" type="data" label="FILE OF MASSES (format: tabular)" help="Generally variable metadata file" format="tabular" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
76
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
77 <conditional name="header">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
78 <param name="header_choice" type="boolean" checked="true" truevalue="YES" falsevalue="NO" label="Do you have a header?" help="if 'YES' is selected then enter your number of header lines" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
79 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
80 <param name="nbheader" type="integer" label="Number of header lines" value="1" min="1" max="10" help="number of lines not containing masses"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
81 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
82 <when value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
83 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
84
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
85 <conditional name="use_file_rt">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
86 <param name="rt_file_choice" type="boolean" checked="true" truevalue="YES" falsevalue="NO" label="Would you use retention time (RT)?" help="Do you have retention times in your bank? In your analyzed file? Would you use it?" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
87 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
88 <param name="colrt" label="Column of retention time (RT)" type="data_column" data_ref="variableMetadata_in" accept_default="true" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
89 <param name="rt_file_delta" label="Delta of retention time (RT) (in minutes)" type="float" value="0.1" min="0" max="60" help="Default value is 0.1min"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
90 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
91 <when value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
92 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
93
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
94 <param name="colmass" label="Column of masses (MZ)" type="data_column" data_ref="variableMetadata_in" accept_default="true" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
95 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
96 <when value="NO">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
97 <conditional name="use_rt">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
98 <param name="rt_choice" type="boolean" checked="true" truevalue="YES" falsevalue="NO" label="Would you use retention time (RT)?" help="Do you have retention times in your bank? Would you use it?" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
99 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
100 <param name="rt" label="retention time (RT) to submit" type="text" size="10" help="For a rt list, writes : rt1 rt2 rt3. Your values ​​must be separated by spaces. You should use dot (.) like decimal separator"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
101 <param name="rt_delta" label="Delta of retention time (RT) (in minutes)" type="float" value="0.1" min="0" max="60" help="Default value is 0.1min"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
102 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
103 <when value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
104 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
105
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
106 <param name="masse" type="text" label="Mass (MZ) to submit" size="20" help="For a masses list, writes : m1 m2 m3. Your values ​​must be separated by spaces. You should use dot (.) like decimal separator"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
107 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
108 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
109
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
110 <conditional name="mz_delta_type">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
111 <param name="mz_delta" label="Delta type" type="select" display="radio" help="">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
112 <option value="Da">Da</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
113 <option value="ppm">ppm</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
114 </param>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
115 <when value="Da">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
116 <param name="mass_delta" label="Delta of mass (MZ) (in Dalton)" type="float" value="0.005" min="0" max="3000" help="Default value is 0.005 Da"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
117 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
118 <when value="ppm">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
119 <param name="mass_delta" label="Delta of mass (MZ) (in ppm)" type="float" value="5" min="0" max="300000" help="Default value is 5 ppm"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
120 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
121 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
122
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
123 <conditional name="bank_type">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
124 <param name="perso_bank" type="boolean" checked="true" truevalue="YES" falsevalue="NO" label="* Use personal data bank?" help="if 'NO' is selected an internal file will be used! It doesn't contain a retention time (RT)" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
125 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
126 <param name="bank_in" type="data" label="BANK FILE" help="" format="tabular" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
127 <param name="mzdb" label="Column of masses (MZ) in Bank file" type="data_column" data_ref="bank_in" accept_default="true" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
128 <conditional name="bank_rt">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
129 <param name="bank_rt_choice" type="boolean" checked="true" truevalue="YES" falsevalue="NO" label="Have you used the retention time (RT) for your input data?" help="Do you have retention times in your bank? In your analyzed data? Would you use it?" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
130 <when value="YES">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
131 <param name="rtdb" label="Column of retention time (RT) in Bank file" type="data_column" data_ref="bank_in" accept_default="true" />
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
132 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
133 <when value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
134 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
135 </when>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
136 <when value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
137 </conditional>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
138 <param name="outfiles" type="select" label="* Would you more output?" display="radio" help="if 'YES' is selected then 2 more files will be generate (JSON + variableMetadata and bank full column)">
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
139 <option value="YES">YES</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
140 <option value="NO" selected="true">NO</option>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
141 </param>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
142 </inputs>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
143
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
144 <outputs>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
145 <data name="variableMetadata_out" format="tabular" label="${tool.name}_${input_type.variableMetadata_in.name}_TSV" >
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
146 <filter>(input_type['choice'] == 'YES')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
147 </data>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
148 <data name="bankInhouseResXls_filein" format="tabular" label="${tool.name}_${input_type.variableMetadata_in.name}_XLS" >
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
149 <filter>(input_type['choice'] == 'YES')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
150 </data>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
151 <data name="variableMetadata_full_out" format="tabular" label="${tool.name}_${input_type.variableMetadata_in.name}_full_TSV" >
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
152 <filter>(input_type['choice'] == 'YES')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
153 <filter>(outfiles == 'YES')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
154 </data>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
155 <data name="bankInhouseResXls_manualin" format="tabular" label="${tool.name}_manual_XLS" >
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
156 <filter>(input_type['choice'] == 'NO')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
157 </data>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
158 <data name="Json" format="vjson" label="${tool.name}_Json" >
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
159 <filter>(outfiles == 'YES')</filter>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
160 </data>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
161 <!--<data name="View" format="html" label="${tool.name}_View" ></data>-->
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
162 </outputs>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
163
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
164 <tests>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
165 <test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
166 <param name="choice" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
167 <param name="rt_choice" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
168 <param name="masse" value="422.0849114 18.0105647 535.3181236 209.987659 98.952389"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
169 <param name="mz_delta" value="Da"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
170 <param name="mass_delta" value="0.005"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
171 <param name="perso_bank" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
172 <param name="outfiles" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
173 <output name="bankInhouseResXls_manualin" file="out_test1.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
174 </test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
175 <test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
176 <param name="choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
177 <param name="variableMetadata_in" value="in_test2.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
178 <param name="header_choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
179 <param name="nbheader" value="1"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
180 <param name="rt_file_choice" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
181 <param name="colmass" value="2"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
182 <param name="mz_delta" value="Da"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
183 <param name="mass_delta" value="0.005"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
184 <param name="perso_bank" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
185 <param name="outfiles" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
186
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
187 <output name="variableMetadata_out" file="out_test2a.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
188 <output name="bankInhouseResXls_filein" file="out_test2b.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
189 </test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
190 <!--
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
191 <test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
192 <param name="choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
193 <param name="variableMetadata_in" value="in_test3.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
194 <param name="header_choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
195 <param name="nbheader" value="1"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
196 <param name="rt_file_choice" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
197 <param name="colmass" value="2"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
198 <param name="mz_delta" value="Da"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
199 <param name="mass_delta" value="0.005"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
200 <param name="perso_bank" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
201 <param name="outfiles" value="NO"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
202
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
203 <output name="variableMetadata_out" file="out_test3a.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
204 <output name="bankInhouseResXls_filein" file="out_test3b.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
205 </test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
206 <test>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
207 <param name="choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
208 <param name="variableMetadata_in" value="in_test4.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
209 <param name="header_choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
210 <param name="nbheader" value="1"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
211 <param name="rt_file_choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
212 <param name="colrt" value="10"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
213 <param name="rt_file_delta" value="0.2"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
214 <param name="colmass" value="8"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
215 <param name="mz_delta" value="Da"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
216 <param name="mass_delta" value="0"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
217 <param name="perso_bank" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
218 <param name="bank_in" value="in_test4.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
219 <param name="mzdb" value="8"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
220 <param name="bank_rt_choice" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
221 <param name="rtdb" value="10"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
222 <param name="outfiles" value="YES"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
223
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
224 <output name="variableMetadata_out" file="out_test4a.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
225 <output name="bankInhouseResXls_filein" file="out_test4b.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
226 <output name="variableMetadata_full_out" file="out_test4c.tabular"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
227 <output name="Json" file="out_test4d.vjson"/>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
228 </test>-->
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
229 </tests>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
230
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
231 <help><![CDATA[
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
232
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
233 .. class:: infomark
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
234
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
235 **Authors**
1
52798007c6b2 Master branch Updating - - Fxx
fgiacomoni
parents: 0
diff changeset
236 | Jean-François Martin - PFEM ; INRA ; MetaboHUB (for original version in R)
52798007c6b2 Master branch Updating - - Fxx
fgiacomoni
parents: 0
diff changeset
237 | Marion Landi - FLAME ; PFEM ; INRA ; MetaboHUB (for adapted version and development of this Perl script and for xml interface and Perl wrapper)
52798007c6b2 Master branch Updating - - Fxx
fgiacomoni
parents: 0
diff changeset
238 | Franck Giacomoni - PFEM ; INRA ; MetaboHUB (for actual dev and maintaining)
0
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
239
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
240 ---------------------------------------------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
241
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
242
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
243 ==============
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
244 bank_inhouse
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
245 ==============
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
246
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
247 -----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
248 Description
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
249 -----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
250
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
251 | Search informations on a local bank with one or more mass(es), with or without retention time, in a file or entered manually
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
252
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
253
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
254 Keywords
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
255 ========
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
256
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
257 Masses + rt to inhouse info
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
258
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
259
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
260 -----------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
261 Workflow position
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
262 -----------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
263
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
264
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
265 .. image:: bank_inhouse.png
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
266 :width: 800
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
267
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
268
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
269 -----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
270 Input files
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
271 -----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
272
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
273
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
274 +-----------------------------+-----------+
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
275 | Parameter : num + label | Format |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
276 +=============================+===========+
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
277 | 1 : File of masses | tabular |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
278 +-----------------------------+-----------+
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
279 | 2 : personal data bank file | tabular |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
280 +-----------------------------+-----------+
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
281
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
282 File of masses (Generally variable metadata file) must have at least the 2 following column :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
283 | Id : column to identify masses in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
284 | Masses : column with all the masses in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
285 | RT : (optional) column with all the retention time in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
286 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
287
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
288 personal data bank file must contain certain columns :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
289 | Masses (Mandatory) and RT (optional)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
290 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
291
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
292 ----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
293 Parameters
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
294 ----------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
295
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
296 Would you use a file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
297 | Choose whether the masses are in a file or entered manually
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
298 | YES (default) : parameters **File of masses ; Do you have a header ; Column of Id ; Column of masses** are visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
299 | NO : parameter **Mass to submit** is visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
300 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
301
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
302
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
303 If 'use file'='YES'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
304
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
305 File of masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
306 | see "Input files" section above
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
307 | Tabular file format, Generally variable metadata file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
308 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
309
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
310 Do you have a header
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
311 | YES (default) : parameter **Number of header lines** is visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
312 | NO : all lines are considered to contain masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
313 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
314
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
315 If 'have a header'='YES'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
316
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
317 Number of header lines
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
318 | Number of lines not containing masses values, these lines will be ignored
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
319 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
320
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
321 In all header cases :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
322
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
323 Column of Id
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
324 | Specify the column number for the id in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
325 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
326
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
327 Would you use retention time (RT)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
328 | YES (default) : parameter **Column of retention time (RT)** and **Delta of retention time (RT) (in minutes)** are visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
329 | NO : Search will be made solely on the basis of the masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
330 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
331
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
332 If 'Would you use retention time (RT)'='YES'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
333
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
334 Column of retention time (RT)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
335 | Specify the column number for the retention time (RT) in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
336 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
337
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
338 Delta of retention time (RT) (in minutes)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
339 | Specify a delta to apply on retention time - This value is a float.
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
340 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
341
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
342 In all RT cases :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
343
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
344 Column of masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
345 | Specify the column number for the mass in the tsv input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
346 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
347
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
348
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
349 If 'use file'='NO'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
350
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
351 Would you use retention time (RT)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
352 | YES (default) : parameter **retention time (RT) to submit** and **Delta of retention time (RT) (in minutes)** are visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
353 | NO : Search will be made solely on the basis of the masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
354 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
355
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
356 If 'Would you use retention time (RT)'='YES'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
357
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
358 retention time (RT) to submit
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
359 | Specify a list of retention time to request
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
360 | one or more retention time entered manually
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
361 | For a RT list, writes : rt1 rt2 rt3
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
362 | You must separate yours values with space
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
363 | dot (.) is for float number
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
364 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
365 Delta of retention time (RT) (in minutes)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
366 | Specify a delta to apply on retention time - This value is a float.
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
367 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
368
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
369 In all RT cases :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
370
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
371 Mass to submit
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
372 | Specify a list of mass to request
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
373 | one or more mass(es) entered manually
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
374 | For a masses list, writes : m1 m2 m3
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
375 | You must separate yours values with space
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
376 | dot (.) is for float number
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
377 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
378
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
379 In all cases :
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
380
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
381 Delta type
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
382 | Specify a delta type : "in Dalton" or "in ppm"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
383 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
384
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
385 Delta of mass ("in Dalton" or "in ppm" according to choice)
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
386 | Specify a delta to apply on mass - This value is a float.
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
387 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
388
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
389 Use personal data bank
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
390 | YES : parameter **Bank file**, **Column of masses (MZ) in Bank file** and **Column of retention time (RT) in Bank file** (optional) are visible, the search will be made only on the information of the file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
391 | NO : a internal bank will be used
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
392 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
393
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
394 If 'Use personal data bank'='YES'
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
395
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
396 Bank file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
397 | see "Input files" section above
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
398 | Tabular file format, Generally variable metadata file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
399 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
400
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
401 Column of masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
402 | Specify the column number for the mass in the bank input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
403 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
404
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
405 Have you used the retention time (RT) for your input data
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
406 | Answering same as for "Would you use retention time (RT)"
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
407 | YES (default) : parameter **Column of retention time (RT) in Bank file** is visible
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
408 | NO : Search will be made solely on the basis of the masses
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
409 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
410
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
411 Column of retention time (RT) in Bank file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
412 | Specify the column number for the rt in the bank input file
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
413 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
414
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
415
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
416 ------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
417 Output files
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
418 ------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
419
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
420 Two types of files (if you manually enter the masses both files are mingled):
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
421 | bank_inhouse_(input.name)_TSV.tabular : for linking with others modules.
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
422 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
423 | bank_inhouse_(input.name)_XLS.tabular : an excel-like output will be available.
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
424 |
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
425
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
426
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
427 ---------------------------------------------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
428
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
429
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
430 ---------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
431 Working example
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
432 ---------------
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
433
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
434
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
435 .. class:: warningmark
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
436
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
437 Refer to the corresponding W4M HowTo section: http://workflow4metabolomics.org/howto
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
438 | Format Data For Postprocessing
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
439 | Perform LCMS Annotations
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
440
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
441 .. class:: warningmark
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
442
1
52798007c6b2 Master branch Updating - - Fxx
fgiacomoni
parents: 0
diff changeset
443 And their "W4M courses 2018":
0
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
444 | Using Galaxy4Metabolomics - W4M table format for Galaxy
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
445 | Annotation Banks - Annotation
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
446
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
447 ]]></help>
be582bcd6585 Master branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
448 </tool>