-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpathogen.json
More file actions
78 lines (77 loc) · 1.97 KB
/
Copy pathpathogen.json
File metadata and controls
78 lines (77 loc) · 1.97 KB
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
{
"$schema": "https://raw.githubusercontent.com/nextstrain/nextclade/refs/heads/release/packages/nextclade-schemas/input-pathogen-json.schema.json",
"schemaVersion": "3.0.0",
"files": {
"reference": "reference.fasta",
"pathogenJson": "pathogen.json",
"genomeAnnotation": "genome_annotation.gff3",
"treeJson": "tree.json",
"examples": "sequences.fasta",
"readme": "README.md",
"changelog": "CHANGELOG.md"
},
"attributes": {
"name": "Coxsackievirus A10",
"reference name": "Human coxsackievirus A10 strain Kowalik, complete genome",
"reference accession": "AY421767.1"
},
"alignmentParams": {
"penalityGapExtend": 3,
"penaltyGapOpen": 13,
"penaltyGapOpenInFrame": 18,
"penaltyGapOpenOutOfFrame": 23,
"kmerLength": 6,
"kmerDistance": 25,
"minMatchLength": 30,
"allowedMismatches": 10,
"minLength": 100,
"minSeedCover": 0.30
},
"defaultCds": "VP1",
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
},
"mutLabels": {
"nucMutLabelMap": {
}
},
"qc": {
"frameShifts": {
"enabled": true,
"scoreWeight": 100
},
"missingData": {
"enabled": true,
"missingDataThreshold": 500,
"scoreBias": 100
},
"mixedSites": {
"enabled": true,
"mixedSitesThreshold": 20
},
"privateMutations": {
"cutoff": 200,
"enabled": true,
"typical": 100,
"weightLabeledSubstitutions": 1.5,
"weightReversionSubstitutions": 2,
"weightUnlabeledSubstitutions": 1
},
"stopCodons": {
"enabled": true,
"scoreWeight": 40
},
"divergence": {
"enabled": true,
"maxDivergence": 0.15,
"scoreWeight": 50
},
"recombinants": {
"enabled": true,
"mutationsThreshold": 140,
"scoreWeight": 50
}
},
"cdsOrderPreference":["VP4", "VP2", "VP3", "VP1", "2A", "2B", "2C", "3A", "3B", "3C", "3D"]
}