-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearchsetting.json
executable file
·86 lines (86 loc) · 1.94 KB
/
searchsetting.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"model": "projects.searchsetting",
"pk": "example",
"fields": {
"digestion": 0,
"min_peptide_length": 8,
"max_peptide_length": 30,
"min_charge": 2,
"max_charge": 4,
"psm_fdr": 1,
"peptide_fdr": 1,
"protein_fdr": 1,
"prec_tol": "10.00",
"prec_ppm": 1,
"frag_tol": "10.00",
"frag_ppm": 1,
"isotope_min": 0,
"isotope_max": 1,
"fragmentation": 3,
"instrument": 3,
"xtandem_proteome": true,
"msgf_proteome": true,
"omssa_proteome": false,
"comet_proteome": true,
"metamorpheus_proteome": true,
"myrimatch_proteome": false,
"xtandem_profile": false,
"msgf_profile": false,
"omssa_profile": false,
"comet_profile": true,
"metamorpheus_profile": false,
"myrimatch_profile": false,
"multiplex": false,
"use_human": true,
"profile_type": 1,
"use_crap": true,
"profile": true,
"profile_threshold": 90,
"run_deqms": false,
"imput_threshold": 50
}
},
{
"model": "projects.searchsetting",
"pk": "example2",
"fields": {
"digestion": 0,
"min_peptide_length": 8,
"max_peptide_length": 30,
"min_charge": 2,
"max_charge": 4,
"psm_fdr": 1,
"peptide_fdr": 1,
"protein_fdr": 1,
"prec_tol": "10.00",
"prec_ppm": 1,
"frag_tol": "10.00",
"frag_ppm": 1,
"isotope_min": 0,
"isotope_max": 1,
"fragmentation": 3,
"instrument": 3,
"xtandem_proteome": true,
"msgf_proteome": true,
"omssa_proteome": false,
"comet_proteome": true,
"metamorpheus_proteome": true,
"myrimatch_proteome": false,
"xtandem_profile": false,
"msgf_profile": false,
"omssa_profile": false,
"comet_profile": true,
"metamorpheus_profile": false,
"myrimatch_profile": false,
"multiplex": true,
"use_human": true,
"profile_type": 1,
"use_crap": true,
"profile": true,
"profile_threshold": 90,
"run_deqms": true,
"imput_threshold": 50
}
}
]