0
|
1 <tool id="nist_wrapper" name="NIST MSSEARCH" version="0.0.1">
|
|
2 <!--
|
|
3 This part is a WORKAROUND for the wine X11 dependency, allowing it to run headless :
|
|
4 -> install Xvfb and enable it on a port, say 995:
|
|
5 -> make sure this gets executed: export DISPLAY=:995;
|
|
6 -->
|
|
7 <description> Runs NIST's msseach program to match spectra against metabolite libraries</description>
|
2
|
8
|
|
9 <requirements>
|
|
10 <requirement name="package" version="0.2">nist_wrapper_venv</requirement>
|
|
11 </requirements>
|
|
12
|
0
|
13 <command interpreter="export DISPLAY=:0; python">
|
|
14 nist_wrapper.py
|
|
15 "~/.wine/drive_c/NIST"
|
|
16 $nistIniFile
|
|
17 $spectraFile
|
|
18 $outputFile
|
3
|
19 $outputFileFinal
|
|
20 $htmlReportFile
|
|
21 $htmlReportFile.files_path
|
0
|
22 </command>
|
|
23 <inputs>
|
|
24 <param name="spectraFile" type="data" format="msp" label="Spectra file (.MSP)" help="E.g. file produced by MsClust"/>
|
|
25
|
|
26 <param name="hitsToReport" type="integer" size="10" value="3" label="Number of matches to report per spetrum"
|
|
27 help="Top X matches for each spectrum will be written to output file." />
|
|
28
|
|
29 </inputs>
|
|
30 <configfiles>
|
|
31
|
|
32 <configfile name="nistIniFile">[MAIN]
|
|
33 Version=2.0
|
|
34 Library Directory=C:\NISTDEMO\MSSEARCH\
|
|
35 Program=NIST MS
|
|
36 Active Frame=0
|
|
37 Placement_flags=2
|
|
38 Placement_show=3
|
|
39 Placement_minx=-32000
|
|
40 Placement_miny=-32000
|
|
41 Placement_maxx=-1
|
|
42 Placement_maxy=-1
|
|
43 Placement_left=0
|
|
44 Placement_top=84
|
|
45 Placement_right=1440
|
|
46 Placement_bottom=827
|
|
47 Wrong Libraries=
|
|
48 Active Show=3
|
|
49 Display Warning=1
|
|
50 Display Info=0
|
|
51 [Search Options]
|
|
52 Automatic=1
|
|
53 Type=1
|
|
54 As MW=1
|
|
55 MW=1
|
|
56 Reverse=0
|
|
57 Penalize=0
|
|
58 Search with MW=1
|
|
59 Preasearch=0
|
|
60 Apply Limits=0
|
|
61 Min Mass Type=0
|
|
62 Min Mass=1
|
|
63 Max Mass ON=0
|
|
64 Max Mass=2000
|
|
65 Min Abund ON=0
|
|
66 Min Abund=1
|
|
67 Printing=0
|
|
68 Return Focus=0
|
|
69 Hits to Print=${hitsToReport}
|
|
70 Print Spectra=1
|
|
71 Print Structure=1
|
|
72 Apply MaxLength=0
|
|
73 MaxLength=2000
|
|
74 Sort Mode=0
|
|
75 Match Clusters=1
|
|
76 Match Rings=1
|
|
77 Weighting=0
|
|
78 Use Specified Parent=0
|
|
79 Ignore Precursor=0
|
|
80 Parent Mass=0
|
|
81 Precursor Tolerance=1.6
|
|
82 Ions Tolerance=0.8
|
|
83 [Libraries]
|
|
84 Library_0=mainlib
|
|
85 Library_1=
|
|
86 Library_2=
|
|
87 Library_3=
|
|
88 Library_4=
|
|
89 Library_5=
|
|
90 Library_6=
|
|
91 Library_7=
|
|
92 Library_8=
|
|
93 Library_9=
|
|
94 Library_10=
|
|
95 Library_11=
|
|
96 Library_12=
|
|
97 Library_13=
|
|
98 Library_14=
|
|
99 Library_15=
|
|
100 Order_0=1 1
|
|
101 Order_1=1 1
|
|
102 Order_2=1 1
|
|
103 Order_3=1 1
|
|
104 Order_4=1 1
|
|
105 Order_5=1 1
|
|
106 Order_6=1 1
|
|
107 Order_7=1 1
|
|
108 Order_8=1 1
|
|
109 Order_9=1 1
|
|
110 [ICHI]
|
|
111 On=1
|
|
112 Isotope=1
|
|
113 Stereo=0
|
|
114 Derivative=1
|
|
115 [Import]
|
|
116 Dir=C:\NISTDEMO\MSSEARCH\
|
|
117 Synonyms=1
|
|
118 Filter=1
|
|
119 Coeff=1 0
|
|
120 [Structure Import]
|
|
121 Dir=C:\NISTDEMO\MSSEARCH\
|
|
122 Filter=1
|
|
123 [Export]
|
|
124 Dir=C:\NISTDEMO\MSSEARCH\
|
|
125 Synonyms=1
|
|
126 Filter=1
|
|
127 Coeff=1 0
|
|
128 [Search Options]
|
|
129 Automatic=1
|
|
130 [Library Search]
|
|
131 SpecList Tab=1
|
|
132 Placement_flags=2
|
|
133 Placement_show=3
|
|
134 ;Layout=1
|
|
135 ;Hit Splitter Orientation=1
|
|
136 ;List Tab=0
|
|
137 ;Compare Tab=0
|
|
138 ;Hit Tab=0
|
|
139 ;Unknown Tab=0
|
|
140 Placement_minx=-1
|
|
141 Placement_miny=-1
|
|
142 ;Placement_maxx=-4
|
|
143 Placement_maxx=-8
|
|
144 ;Placement_maxy=-23
|
|
145 Placement_maxy=-30
|
|
146 Placement_left=0
|
|
147 Placement_top=1
|
|
148 Placement_right=678
|
|
149 Placement_bottom=397
|
|
150 Splitter=0.314139
|
|
151 List Splitter=0 0
|
|
152 Unknown Splitter=0.493119
|
|
153 Unknown Splitter Orientation=1
|
|
154 ;Compare Splitter=0.3333 0.3333
|
|
155 Compare Splitter=0 0
|
|
156 Hit Splitter=0.493874
|
|
157 SpecList Splitter=0.493119
|
|
158 SpecList Splitter Orientation=1
|
|
159 Hits Column=10 41 39 58 68 56 256 0 0 0 0
|
|
160 ;SpecList Column=3 41 41 56
|
|
161 ;SpecList Column=3 41 41 156
|
|
162 SpecList Column=10 41 38 128 0 0 48 0 0 0 0
|
|
163 Layout=1
|
|
164 Hit Splitter Orientation=1
|
|
165 List Tab=0
|
|
166 Compare Tab=0
|
|
167 Hit Tab=0
|
|
168 Unknown Tab=0
|
|
169 Replicates=0
|
|
170 Exact Match=0
|
|
171 [BAR-Summary]
|
|
172 Bars=4
|
|
173 ScreenCX=1600
|
|
174 ScreenCY=900
|
|
175 [REPORT]
|
|
176 Ten Largest Peaks=1
|
|
177 Compound Info=1
|
|
178 Mass Intensity List=0
|
|
179 Synonyms=1
|
|
180 Plot=1
|
|
181 Structure=1
|
|
182 First Hits=1
|
|
183 First Hits Number=3
|
|
184 Unknown=0
|
|
185 [Substructure Export]
|
|
186 Filter=1
|
|
187 Dir=
|
|
188 [Substructure Import]
|
|
189 Filter=1
|
|
190 Dir=
|
|
191 [Search AnyPeaks Options]
|
|
192 Other=0
|
|
193 Peaks=0
|
|
194 Hitlist size=100
|
|
195 Peak0=
|
|
196 Peak1=
|
|
197 Peak2=
|
|
198 Peak3=
|
|
199 Peak4=
|
|
200 Peak5=
|
|
201 Peak6=
|
|
202 Peak7=
|
|
203 Peak8=
|
|
204 Peak9=
|
|
205 Peak10=
|
|
206 [Other Searches Options]
|
|
207 CAS=
|
|
208 MW=1
|
|
209 ID=
|
|
210 EPA=
|
|
211 Formula=
|
|
212 Seq Hitlist size=100
|
|
213 [Constraints]
|
|
214 Library ON=0
|
|
215 Formula ON=0
|
|
216 MW ON=0
|
|
217 AnyPeaks ON=0
|
|
218 Sequentiial ON=0
|
|
219 Active MW=0
|
|
220 MINMW=1
|
|
221 MAXMW=2000
|
|
222 Active Name=0
|
|
223 Name Fragment=
|
|
224 Elements Value=0
|
|
225 Elements Present=0
|
|
226 Mode Elements=0
|
|
227 Num Elements=0
|
|
228 Elements0=
|
|
229 Elements1=
|
|
230 Elements2=
|
|
231 Elements3=
|
|
232 Elements4=
|
|
233 Elements5=
|
|
234 Elements6=
|
|
235 Elements7=
|
|
236 Elements8=
|
|
237 Elements9=
|
|
238 Num Compare Elements=0
|
|
239 Compare Elements0=
|
|
240 Compare Elements1=
|
|
241 Compare Elements2=
|
|
242 Compare Elements3=
|
|
243 Compare Elements4=
|
|
244 Compare Elements5=
|
|
245 Compare Elements6=
|
|
246 Compare Elements7=
|
|
247 Compare Elements8=
|
|
248 Compare Elements9=
|
|
249 Active Peaks=0
|
|
250 Mode Peaks=1
|
|
251 Num AnyPeaks=0
|
|
252 Active OtherDB=0
|
|
253 OtherDB=0
|
|
254 Active Tags=0
|
|
255 Tags=
|
|
256 Active Peptide Sequence=0
|
|
257 Peptide Sequence=
|
|
258 Active Proton=0
|
|
259 Proton Mode=0
|
|
260 Proton Low=
|
|
261 Proton Hi=
|
|
262 Proton Exact=
|
|
263 Active Charge=0
|
|
264 Charge Mode=0
|
|
265 Charge Low=
|
|
266 Charge Hi=
|
|
267 Charge Exact=
|
|
268 Active Residue=0
|
|
269 Residue Mode=0
|
|
270 Residue Low=
|
|
271 Residue Hi=
|
|
272 Residue Exact=
|
|
273 [Peptide Search Options]
|
|
274 Cysteine Modification=0
|
|
275 Comment Fields=
|
|
276 Show Fields On Plot=1
|
|
277 TF qry=0
|
|
278 E Omssa=0
|
|
279 TF lib=0
|
|
280 RevImp=0
|
|
281 Weight Omssa=0
|
|
282 Weight Num Rep=0
|
|
283 Weight Qtof=0
|
|
284 Treshold=0
|
|
285 [Library Hit]
|
|
286 Font Name=MS Shell Dlg
|
|
287 Font Pts=-8
|
|
288 Font Width=0
|
|
289 Font Esc=0
|
|
290 Font Orientation=0
|
|
291 Font Weight=400
|
|
292 Font IUSC=0
|
|
293 Font PCQP=654311424
|
|
294 Color=0 255 16711680 16777215 16777215 0
|
|
295 Order Number=1
|
|
296 Structure Only=0
|
|
297 Library=0
|
|
298 Structure Size=50
|
|
299 Match=1
|
|
300 Probability=1
|
|
301 Reverse Match=1
|
|
302 Clear History=0
|
|
303 [Library Spec List]
|
|
304 Font Name=MS Shell Dlg
|
|
305 Font Pts=-8
|
|
306 Font Width=0
|
|
307 Font Esc=0
|
|
308 Font Orientation=0
|
|
309 Font Weight=400
|
|
310 Font IUSC=0
|
|
311 Font PCQP=654311424
|
|
312 Color=0 255 16711680 16777215 16777215 0
|
|
313 Order Number=1
|
|
314 Structure Only=0
|
|
315 Library=0
|
|
316 Structure Size=50
|
|
317 Match=0
|
|
318 Probability=0
|
|
319 Reverse Match=0
|
|
320 Clear History=0
|
|
321 [Library Unknown Plot]
|
|
322 Font Name=MS Shell Dlg
|
|
323 Font Pts=-8
|
|
324 Font Width=0
|
|
325 Font Esc=0
|
|
326 Font Orientation=0
|
|
327 Font Weight=400
|
|
328 Font IUSC=0
|
|
329 Font PCQP=654311424
|
|
330 Color=0 255 16711680 0 255 16777215
|
|
331 Limits ON=0
|
|
332 Wrap=0
|
|
333 MW=0
|
|
334 CAS=0
|
|
335 Formula=0
|
|
336 Threshold=0
|
|
337 Structure=1
|
|
338 Width=1
|
|
339 Mass Label=1
|
|
340 Pep Label=0
|
|
341 [Library Hit Plot]
|
|
342 Font Name=MS Shell Dlg
|
|
343 Font Pts=-8
|
|
344 Font Width=0
|
|
345 Font Esc=0
|
|
346 Font Orientation=0
|
|
347 Font Weight=400
|
|
348 Font IUSC=0
|
|
349 Font PCQP=654311424
|
|
350 Color=0 255 16711680 0 255 16777215
|
|
351 Limits ON=0
|
|
352 Wrap=0
|
|
353 MW=1
|
|
354 CAS=0
|
|
355 Formula=1
|
|
356 Threshold=0
|
|
357 Structure=1
|
|
358 Width=1
|
|
359 Mass Label=1
|
|
360 Pep Label=0
|
|
361 [Library SpecList Plot]
|
|
362 Font Name=MS Shell Dlg
|
|
363 Font Pts=-8
|
|
364 Font Width=0
|
|
365 Font Esc=0
|
|
366 Font Orientation=0
|
|
367 Font Weight=400
|
|
368 Font IUSC=0
|
|
369 Font PCQP=654311424
|
|
370 Color=0 255 16711680 0 255 16777215
|
|
371 Limits ON=0
|
|
372 Wrap=0
|
|
373 MW=0
|
|
374 CAS=0
|
|
375 Formula=0
|
|
376 Threshold=0
|
|
377 Structure=1
|
|
378 Width=1
|
|
379 Mass Label=1
|
|
380 Pep Label=0
|
|
381 [Library Unknown Text]
|
|
382 Font Name=MS Shell Dlg
|
|
383 Font Pts=-8
|
|
384 Font Width=0
|
|
385 Font Esc=0
|
|
386 Font Orientation=0
|
|
387 Font Weight=400
|
|
388 Font IUSC=0
|
|
389 Font PCQP=654311424
|
|
390 Color=16711680 0 255 8421376 16777215
|
|
391 Ten Peaks=1
|
|
392 Compound=1
|
|
393 Intensity=0
|
|
394 Synonyms=1
|
|
395 Rows=0
|
|
396 Noise=0
|
|
397 Wrap Synonyms=0
|
|
398 RI=1
|
|
399 RI All=1
|
|
400 RI Num=2
|
|
401 [Library Hit Text]
|
|
402 Font Name=MS Shell Dlg
|
|
403 Font Pts=-8
|
|
404 Font Width=0
|
|
405 Font Esc=0
|
|
406 Font Orientation=0
|
|
407 Font Weight=400
|
|
408 Font IUSC=0
|
|
409 Font PCQP=654311424
|
|
410 Color=16711680 0 255 8421376 16777215
|
|
411 Ten Peaks=1
|
|
412 Compound=1
|
|
413 Intensity=1
|
|
414 Synonyms=1
|
|
415 Rows=0
|
|
416 Noise=0
|
|
417 Wrap Synonyms=0
|
|
418 RI=1
|
|
419 RI All=1
|
|
420 RI Num=2
|
|
421 [Library SpecList Text]
|
|
422 Font Name=MS Shell Dlg
|
|
423 Font Pts=-8
|
|
424 Font Width=0
|
|
425 Font Esc=0
|
|
426 Font Orientation=0
|
|
427 Font Weight=400
|
|
428 Font IUSC=0
|
|
429 Font PCQP=654311424
|
|
430 Color=16711680 0 255 8421376 16777215
|
|
431 Ten Peaks=1
|
|
432 Compound=1
|
|
433 Intensity=0
|
|
434 Synonyms=1
|
|
435 Rows=0
|
|
436 Noise=0
|
|
437 Wrap Synonyms=0
|
|
438 RI=1
|
|
439 RI All=1
|
|
440 RI Num=2
|
|
441 [Library Compare]
|
|
442 Font Name=MS Shell Dlg
|
|
443 Font Pts=-8
|
|
444 Font Width=0
|
|
445 Font Esc=0
|
|
446 Font Orientation=0
|
|
447 Font Weight=400
|
|
448 Font IUSC=0
|
|
449 Font PCQP=654311424
|
|
450 Color=0 255 16711680 32768 16777215
|
|
451 Limit ON=0
|
|
452 Threshold=0
|
|
453 Show=1
|
|
454 Show Structure=0
|
|
455 Independent Zoom=0
|
|
456 Width=1
|
|
457 [Library Histogram]
|
|
458 Font Name=MS Shell Dlg
|
|
459 Font Pts=-8
|
|
460 Font Width=0
|
|
461 Font Esc=0
|
|
462 Font Orientation=0
|
|
463 Font Weight=400
|
|
464 Font IUSC=0
|
|
465 Font PCQP=654311424
|
|
466 Color=0 16711680 255 16777215
|
|
467 Discret=25
|
|
468 Axis=1
|
|
469 Automatic=1
|
|
470 Min=0
|
|
471 Max=1000
|
|
472 [Library Display]
|
|
473 Neutral Loss=0
|
|
474 Scale=0
|
|
475 Min mz=0
|
|
476 Max mz=1000
|
|
477 Default Search Anchor=1
|
|
478 Search Anchor=0
|
|
479 Default Hit Anchor=1
|
|
480 Hit Anchor=0
|
|
481 Max Loss=70
|
|
482 mz=10
|
|
483 [Incremental Search]
|
|
484 Placement_flags=0
|
|
485 Placement_show=1
|
|
486 Placement_minx=-1
|
|
487 Placement_miny=-1
|
|
488 Placement_maxx=-8
|
|
489 Placement_maxy=-30
|
|
490 Placement_left=50
|
|
491 Placement_top=50
|
|
492 Placement_right=1269
|
|
493 Placement_bottom=449
|
|
494 Key=10METHOXYDESERPID
|
|
495 Splitter=0.333054
|
|
496 Layout=1
|
|
497 Plot Splitter=0.5
|
|
498 Plot Splitter Orientation=0
|
|
499 List Tab=0
|
|
500 Spectrum Tab=0
|
|
501 Alpha=0
|
|
502 [Incremental View]
|
|
503 Font Name=MS Shell Dlg
|
|
504 Font Pts=-8
|
|
505 Font Width=0
|
|
506 Font Esc=0
|
|
507 Font Orientation=0
|
|
508 Font Weight=400
|
|
509 Font IUSC=0
|
|
510 Font PCQP=654311424
|
|
511 Color=0 255 16711680 16777215 16777215 0
|
|
512 Auto Display=1
|
|
513 Structure Only=50
|
|
514 [Incremental Plot]
|
|
515 Font Name=MS Shell Dlg
|
|
516 Font Pts=-8
|
|
517 Font Width=0
|
|
518 Font Esc=0
|
|
519 Font Orientation=0
|
|
520 Font Weight=400
|
|
521 Font IUSC=0
|
|
522 Font PCQP=654311424
|
|
523 Color=0 255 16711680 0 255 16777215
|
|
524 Limits ON=0
|
|
525 Wrap=0
|
|
526 MW=0
|
|
527 CAS=0
|
|
528 Formula=0
|
|
529 Threshold=0
|
|
530 Structure=1
|
|
531 Width=1
|
|
532 Mass Label=1
|
|
533 Pep Label=0
|
|
534 [Incremental Text]
|
|
535 Font Name=MS Shell Dlg
|
|
536 Font Pts=-8
|
|
537 Font Width=0
|
|
538 Font Esc=0
|
|
539 Font Orientation=0
|
|
540 Font Weight=400
|
|
541 Font IUSC=0
|
|
542 Font PCQP=654311424
|
|
543 Color=16711680 0 255 8421376 16777215
|
|
544 Ten Peaks=1
|
|
545 Compound=1
|
|
546 Intensity=0
|
|
547 Synonyms=1
|
|
548 Rows=0
|
|
549 Noise=0
|
|
550 Wrap Synonyms=0
|
|
551 RI=1
|
|
552 RI All=1
|
|
553 RI Num=2
|
|
554 [Other Search]
|
|
555 Placement_flags=0
|
|
556 Placement_show=1
|
|
557 Placement_minx=-1
|
|
558 Placement_miny=-1
|
|
559 Placement_maxx=-8
|
|
560 Placement_maxy=-30
|
|
561 Placement_left=25
|
|
562 Placement_top=25
|
|
563 Placement_right=1244
|
|
564 Placement_bottom=424
|
|
565 Splitter=0.332215
|
|
566 Layout=1
|
|
567 Plot Splitter=0.5
|
|
568 Plot Splitter Orientation=0
|
|
569 List Tab=0
|
|
570 Spectrum Tab=0
|
|
571 Replicates=0
|
|
572 Search Mode=2
|
|
573 Column=10 39 37 0 0 0 48 0 0 0 0
|
|
574 [Other Hit]
|
|
575 Font Name=MS Shell Dlg
|
|
576 Font Pts=-8
|
|
577 Font Width=0
|
|
578 Font Esc=0
|
|
579 Font Orientation=0
|
|
580 Font Weight=400
|
|
581 Font IUSC=0
|
|
582 Font PCQP=654311424
|
|
583 Color=0 255 16711680 16777215 16777215 0
|
|
584 Order Number=1
|
|
585 Structure Only=0
|
|
586 Library=0
|
|
587 Structure Size=50
|
|
588 Match=0
|
|
589 Probability=0
|
|
590 Reverse Match=0
|
|
591 Clear History=0
|
|
592 [Other Plot]
|
|
593 Font Name=MS Shell Dlg
|
|
594 Font Pts=-8
|
|
595 Font Width=0
|
|
596 Font Esc=0
|
|
597 Font Orientation=0
|
|
598 Font Weight=400
|
|
599 Font IUSC=0
|
|
600 Font PCQP=654311424
|
|
601 Color=0 255 16711680 0 255 16777215
|
|
602 Limits ON=0
|
|
603 Wrap=0
|
|
604 MW=0
|
|
605 CAS=0
|
|
606 Formula=0
|
|
607 Threshold=0
|
|
608 Structure=1
|
|
609 Width=1
|
|
610 Mass Label=1
|
|
611 Pep Label=0
|
|
612 [Other Text]
|
|
613 Font Name=MS Shell Dlg
|
|
614 Font Pts=-8
|
|
615 Font Width=0
|
|
616 Font Esc=0
|
|
617 Font Orientation=0
|
|
618 Font Weight=400
|
|
619 Font IUSC=0
|
|
620 Font PCQP=654311424
|
|
621 Color=16711680 0 255 8421376 16777215
|
|
622 Ten Peaks=1
|
|
623 Compound=1
|
|
624 Intensity=0
|
|
625 Synonyms=1
|
|
626 Rows=0
|
|
627 Noise=0
|
|
628 Wrap Synonyms=0
|
|
629 RI=1
|
|
630 RI All=1
|
|
631 RI Num=2
|
|
632 [Compare]
|
|
633 Placement_flags=0
|
|
634 Placement_show=1
|
|
635 Placement_minx=-1
|
|
636 Placement_miny=-1
|
|
637 Placement_maxx=-8
|
|
638 Placement_maxy=-30
|
|
639 Placement_left=75
|
|
640 Placement_top=75
|
|
641 Placement_right=1294
|
|
642 Placement_bottom=474
|
|
643 Splitter=0.244898 0.244898
|
|
644 Tab=0
|
|
645 [Compare Plot]
|
|
646 Font Name=MS Shell Dlg
|
|
647 Font Pts=-8
|
|
648 Font Width=0
|
|
649 Font Esc=0
|
|
650 Font Orientation=0
|
|
651 Font Weight=400
|
|
652 Font IUSC=0
|
|
653 Font PCQP=654311424
|
|
654 Color=0 255 16711680 0 255 16777215
|
|
655 Limits ON=0
|
|
656 Wrap=0
|
|
657 MW=0
|
|
658 CAS=0
|
|
659 Formula=0
|
|
660 Threshold=0
|
|
661 Structure=1
|
|
662 Width=1
|
|
663 Mass Label=1
|
|
664 Pep Label=0
|
|
665 [Compare Result]
|
|
666 Font Name=MS Shell Dlg
|
|
667 Font Pts=-8
|
|
668 Font Width=0
|
|
669 Font Esc=0
|
|
670 Font Orientation=0
|
|
671 Font Weight=400
|
|
672 Font IUSC=0
|
|
673 Font PCQP=654311424
|
|
674 Color=0 255 16711680 32768 16777215
|
|
675 Limit ON=0
|
|
676 Threshold=0
|
|
677 Show=1
|
|
678 Show Structure=0
|
|
679 Independent Zoom=0
|
|
680 Width=1
|
|
681 [Compare List]
|
|
682 Font Name=MS Shell Dlg
|
|
683 Font Pts=-8
|
|
684 Font Width=0
|
|
685 Font Esc=0
|
|
686 Font Orientation=0
|
|
687 Font Weight=400
|
|
688 Font IUSC=0
|
|
689 Font PCQP=654311424
|
|
690 Color=32768 0 255 16711680 16777215 0 255
|
|
691 Names=1
|
|
692 No Structure=0
|
|
693 Limits ON=0
|
|
694 Threshold=0
|
|
695 Spectra on Page=3
|
|
696 Overwrite=1
|
|
697 Insert=1
|
|
698 Hits=3
|
|
699 Wrap=0
|
|
700 MW=0
|
|
701 CAS=0
|
|
702 Formula=0
|
|
703 Width=1
|
|
704 Mass Label=1
|
|
705 Pep Label=0
|
|
706 [Compare Display]
|
|
707 Neutral Loss=0
|
|
708 Scale=0
|
|
709 Min mz=0
|
|
710 Max mz=1000
|
|
711 Default Search Anchor=1
|
|
712 Search Anchor=0
|
|
713 Default Hit Anchor=1
|
|
714 Hit Anchor=0
|
|
715 Max Loss=70
|
|
716 mz=10
|
|
717 [SpecList]
|
|
718 Placement_flags=0
|
|
719 Placement_show=1
|
|
720 Placement_minx=-1
|
|
721 Placement_miny=-1
|
|
722 Placement_maxx=-8
|
|
723 Placement_maxy=-30
|
|
724 Placement_left=100
|
|
725 Placement_top=100
|
|
726 Placement_right=1319
|
|
727 Placement_bottom=499
|
|
728 Splitter=0.333054
|
|
729 Layout=1
|
|
730 Plot Splitter=0.5
|
|
731 Plot Splitter Orientation=0
|
|
732 List Tab=0
|
|
733 Spectrum Tab=0
|
|
734 Column=10 39 39 0 0 0 48 0 0 0 0
|
|
735 [SpecList Hit]
|
|
736 Font Name=MS Shell Dlg
|
|
737 Font Pts=-8
|
|
738 Font Width=0
|
|
739 Font Esc=0
|
|
740 Font Orientation=0
|
|
741 Font Weight=400
|
|
742 Font IUSC=0
|
|
743 Font PCQP=654311424
|
|
744 Color=0 255 16711680 16777215 16777215 0
|
|
745 Order Number=1
|
|
746 Structure Only=0
|
|
747 Library=0
|
|
748 Structure Size=50
|
|
749 Match=0
|
|
750 Probability=0
|
|
751 Reverse Match=0
|
|
752 Clear History=0
|
|
753 [SpecList Plot]
|
|
754 Font Name=MS Shell Dlg
|
|
755 Font Pts=-8
|
|
756 Font Width=0
|
|
757 Font Esc=0
|
|
758 Font Orientation=0
|
|
759 Font Weight=400
|
|
760 Font IUSC=0
|
|
761 Font PCQP=654311424
|
|
762 Color=0 255 16711680 0 255 16777215
|
|
763 Limits ON=0
|
|
764 Wrap=0
|
|
765 MW=0
|
|
766 CAS=0
|
|
767 Formula=0
|
|
768 Threshold=0
|
|
769 Structure=1
|
|
770 Width=1
|
|
771 Mass Label=1
|
|
772 Pep Label=0
|
|
773 [SpecList Text]
|
|
774 Font Name=MS Shell Dlg
|
|
775 Font Pts=-8
|
|
776 Font Width=0
|
|
777 Font Esc=0
|
|
778 Font Orientation=0
|
|
779 Font Weight=400
|
|
780 Font IUSC=0
|
|
781 Font PCQP=654311424
|
|
782 Color=16711680 0 255 8421376 16777215
|
|
783 Ten Peaks=1
|
|
784 Compound=1
|
|
785 Intensity=0
|
|
786 Synonyms=1
|
|
787 Rows=0
|
|
788 Noise=0
|
|
789 Wrap Synonyms=0
|
|
790 RI=1
|
|
791 RI All=1
|
|
792 RI Num=2
|
|
793 [BAR-Bar0]
|
|
794 BarID=59419
|
|
795 Bars=5
|
|
796 Bar#0=0
|
|
797 Bar#1=59647
|
|
798 Bar#2=0
|
|
799 Bar#3=59392
|
|
800 Bar#4=0
|
|
801 [BAR-Bar1]
|
|
802 BarID=59393
|
|
803 MRUWidth=0
|
|
804 [BAR-Bar2]
|
|
805 BarID=59647
|
|
806 MRUWidth=288
|
|
807 Docking=1
|
|
808 MRUDockID=0
|
|
809 MRUDockLeftPos=-1
|
|
810 MRUDockTopPos=-1
|
|
811 MRUDockRightPos=1599
|
|
812 MRUDockBottomPos=28
|
|
813 MRUFloatStyle=8196
|
|
814 MRUFloatXPos=-2147483648
|
|
815 MRUFloatYPos=0
|
|
816 [BAR-Bar3]
|
|
817 BarID=59392
|
|
818 YPos=28
|
|
819 MRUWidth=276
|
|
820 Docking=1
|
|
821 MRUDockID=0
|
|
822 MRUDockLeftPos=-1
|
|
823 MRUDockTopPos=28
|
|
824 MRUDockRightPos=294
|
|
825 MRUDockBottomPos=61
|
|
826 MRUFloatStyle=8196
|
|
827 MRUFloatXPos=-2147483648
|
|
828 MRUFloatYPos=0</configfile>
|
|
829
|
|
830 </configfiles>
|
|
831
|
|
832 <outputs>
|
|
833 <data name="outputFile" format="tabular" label="${tool.name} on ${on_string} - NIST library matches (TSV)"/>
|
3
|
834 <data name="outputFileFinal" format="tabular" label="${tool.name} on ${on_string} - NIST library matches (TSV)"/>
|
0
|
835 <data name="outputLog" format="txt" label="${tool.name} on ${on_string} - LOG" hidden="True"/>
|
|
836 <data name="htmlReportFile" format="html" label="${tool.name} on ${on_string} - NIST matches report (HTML)"/>
|
|
837 </outputs>
|
|
838 <tests>
|
|
839 <test>
|
|
840 </test>
|
|
841 </tests>
|
|
842 <help>
|
|
843
|
|
844 .. class:: infomark
|
|
845
|
|
846 Runs the process also used by NIST mssearch (see screenshot), executing it in batch mode and returning the produced results
|
|
847 file with the library matches found for each input spectrum found in the given spectra file.
|
|
848
|
|
849 .. image:: $PATH_TO_IMAGES/NIST_mssearch_screenshot.png
|
|
850
|
|
851
|
|
852 .. class:: infomark
|
|
853
|
|
854 This tool requires a valid NIST folder and respective (licensed) libraries to be present on your server.
|
|
855 Check http://chemdata.nist.gov/mass-spc/ms-search/ for more information.
|
|
856
|
|
857 *References*
|
|
858
|
|
859 NIST Mass Spectral Search Program (Version 2.2)
|
|
860
|
|
861 http://chemdata.nist.gov/mass-spc/ms-search/docs/Ver20Man_11.pdf
|
|
862
|
|
863
|
|
864 For additional information, see Stein, S.E. “Optimization and Testing of Mass Spectral Library
|
|
865 Search Algorithms for Compound Identification” J. Am. Soc. Mass Spectrom. 1994, 5, 859–865.
|
|
866
|
|
867 </help>
|
|
868 </tool> |