forked from mgtools/MetaProD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodchoice.json
executable file
·56 lines (56 loc) · 958 Bytes
/
modchoice.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
[
{
"model": "projects.modchoice",
"pk": 1,
"fields": {
"mod": "Carbamidomethylation of C",
"searchsetting": "example",
"modtype": "Fixed"
}
},
{
"model": "projects.modchoice",
"pk": 2,
"fields": {
"mod": "Oxidation of M",
"searchsetting": "example",
"modtype": "Variable"
}
},
{
"model": "projects.modchoice",
"pk": 3,
"fields": {
"mod": "TMT 10-plex of K",
"searchsetting": "example2",
"modtype": "Fixed"
}
},
{
"model": "projects.modchoice",
"pk": 4,
"fields": {
"mod": "TMT 10-plex of peptide N-term",
"searchsetting": "example2",
"modtype": "Fixed"
}
},
{
"model": "projects.modchoice",
"pk": 5,
"fields": {
"mod": "Carbamidomethylation of C",
"searchsetting": "example2",
"modtype": "Fixed"
}
},
{
"model": "projects.modchoice",
"pk": 6,
"fields": {
"mod": "Oxidation of M",
"searchsetting": "example2",
"modtype": "Variable"
}
}
]