Mercurial > repos > galaxyp > dia_umpire
comparison test-data/se_params @ 0:e8f7be6a6e59 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
author | galaxyp |
---|---|
date | Tue, 23 Jan 2018 14:45:50 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e8f7be6a6e59 |
---|---|
1 #DIA-Umpire (version 1.4) | |
2 #Data Independent Acquisition data processing and analysis package (Signal extraction module) | |
3 | |
4 # LongSwath_UPS1_1ug_rep2.mzXML LongSwath_UPS1_1ug_rep2.mzXML /panfs/roc/website/galaxyp.msi.umn.edu/GALAXYP/database/files/000/189/dataset_189909.dat | |
5 # LongSwath_UPS1_1ug_rep1.mzXML LongSwath_UPS1_1ug_rep1.mzXML /panfs/roc/website/galaxyp.msi.umn.edu/GALAXYP/database/files/000/189/dataset_189910.dat | |
6 | |
7 #No of threads | |
8 Thread = 6 | |
9 | |
10 #Report peak | |
11 ExportPrecursorPeak = false | |
12 ExportFragmentPeak = false | |
13 | |
14 #Signal extraction parameters | |
15 SE.MS1PPM = 30.0 | |
16 SE.MS2PPM = 40 | |
17 SE.Resolution = 17000 | |
18 SE.StartCharge = 2 | |
19 SE.EndCharge = 4 | |
20 SE.MS2StartCharge = 2 | |
21 SE.MS2EndCharge = 4 | |
22 | |
23 #Fragment grouping parameters | |
24 RPmax = 25 | |
25 RFmax = 300 | |
26 CorrThreshold = 0.2 | |
27 DeltaApex = 0.6 | |
28 AdjustFragIntensity = true | |
29 BoostComplementaryIon = true | |
30 | |
31 #Signal extraction parameters | |
32 SE.SN = 2 | |
33 SE.MS2SN = 2 | |
34 SE.MinMSIntensity = 5 | |
35 SE.MinMSMSIntensity = 1 | |
36 SE.MaxCurveRTRange = 1 | |
37 SE.NoMissedScan = 1 | |
38 SE.MinFrag=10 | |
39 SE.EstimateBG = true | |
40 SE.MinNoPeakCluster = 2 | |
41 SE.MaxNoPeakCluster = 3 | |
42 WindowType = SWATH | |
43 WindowSize = 25 | |
44 | |
45 Thread = 8 |