-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathannotation.json
78 lines (77 loc) · 2.4 KB
/
annotation.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
{
"sample": "virusDB",
"excel_file_no_ext": "2J2SET13 2JSET11 2N2SET14 2NSET12",
"ressources": {
"threads": 28
},
"subset_sequences": {
"mode": "subset_sequences"
},
"taxonomy": {
"protein_groups": {
"mode": "protein_groups"
},
"run_taxonomy": true,
"run_diamond": {
"mode": "blastp",
"output_format": 6,
"diamond_database": "/data/mpies/taxonomy/nr.20190408.dmnd",
"max_target_seqs": 20,
"score": 80,
"compress": 0,
"sensitive": ""
},
"run_blast2lca": {
"binary": "/data/megan/tools/blast2lca",
"input_format": "BlastTab",
"blast_mode": "BlastP",
"acc2tax_file": "/data/megan/data/prot_acc2tax-Nov2018X1.abin"
},
"parse_taxonomy": {
"mode": "taxonomy"
}
},
"functions": {
"protein_groups": {
"mode": "protein_groups"
},
"run_functions_cog": true,
"run_cog": {
"run_diamond": {
"mode": "blastp",
"output_format": 6,
"diamond_database": "/data/mpies/functions/cog/cog.dmnd",
"max_target_seqs": 20,
"score": 80,
"compress": 0,
"sensitive": ""
},
"parse_functions_cog": {
"mode": "functions_cog"
},
"cog_table": "/data/mpies/functions/cog/cog2003-2014.csv",
"cog_names": "/data/mpies/functions/cog/cognames2003-2014.tab",
"cog_functions": "/data/mpies/functions/cog/fun2003-2014.tab"
},
"run_functions_uniprot": true,
"run_uniprot": {
"run_diamond": {
"mode": "blastp",
"output_format": 6,
"diamond_database": "/data/mpies/functions/uniprot/uniprot_trembl.20190709.dmnd",
"max_target_seqs": 20,
"score": 80,
"compress": 0,
"sensitive": "--sensitive"
},
"parse_functions_uniprot": {
"mode": "functions_uniprot",
"go_annotation": ""
},
"uniprot_table": "/data/mpies/functions/uniprot/uniprot_trembl.20190709.table.gz"
}
},
"export_tables": {
"mode": "export_tables"
}
}