Skip to content

Commit 1a2a4a5

Browse files
authored
Merge pull request #21 from cov-lineages/dev
Dev
2 parents a0f29f4 + 31f3a10 commit 1a2a4a5

File tree

11 files changed

+88
-1
lines changed

11 files changed

+88
-1
lines changed

constellations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
_program = "constellations"
2-
__version__ = "v0.0.12"
2+
__version__ = "v0.0.13"
33

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"label": "B.1.621-like",
3+
"description": "",
4+
"sources": [
5+
"https://github.com/cov-lineages/pango-designation/issues/57"
6+
],
7+
"type": "variant",
8+
"variant": {
9+
"Pango_lineages": [
10+
"B.1.621"
11+
],
12+
"mrca_lineage": "B.1.621",
13+
"representative_genome": ""
14+
},
15+
"tags": [
16+
"B.1.621"
17+
],
18+
"sites": [
19+
"nuc:C3037T",
20+
"ORF1a:T1055A",
21+
"ORF1a:T1538I",
22+
"nuc:C6037T",
23+
"ORF1a:T3255I",
24+
"ORF1a:Q3729R",
25+
"nuc:A13057T",
26+
"ORF1b:P314L",
27+
"ORF1b:P1342S",
28+
"nuc:C18877T",
29+
"nuc:T19035C",
30+
"nuc:C20148T",
31+
"spike:T95I",
32+
"spike:Y145N",
33+
"spike:R346K",
34+
"spike:E484K",
35+
"spike:N501Y",
36+
"spike:D614G",
37+
"spike:P681H",
38+
"spike:D950N",
39+
"ORF3a:Q57H",
40+
"nuc:A26492T",
41+
"ORF8:T11K",
42+
"ORF8:P38S",
43+
"ORF8:S67F",
44+
"nuc:A28272T",
45+
"N:T205I"
46+
],
47+
"intermediate": [
48+
"ins:21991+TAC:0.833333",
49+
"del:26158:4:0.916667",
50+
"nuc:C241T:0.916667",
51+
"spike:Y144S:0.916667",
52+
"ORF3a:L106F:0.916667",
53+
"nuc:T28618A:0.916667"
54+
],
55+
"rules": {
56+
"min_alt": 19,
57+
"max_ref": 3
58+
}
59+
}
File renamed without changes.
File renamed without changes.

constellations/misc/FCS_codons.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "furin-cleavage-site codons",
3+
"prefix": "FCS_codons",
4+
"description": "The furin cleavage site and its adjacent codons",
5+
"sites": [
6+
"nuc:T23600",
7+
"nuc:C23601",
8+
"nuc:T23602",
9+
"nuc:C23603",
10+
"nuc:C23604",
11+
"nuc:T23605",
12+
"nuc:C23606",
13+
"nuc:G23607",
14+
"nuc:G23608",
15+
"nuc:C23609",
16+
"nuc:G23610",
17+
"nuc:G23611",
18+
"nuc:G23612",
19+
"nuc:C23613",
20+
"nuc:A23614",
21+
"nuc:C23615",
22+
"nuc:G23616",
23+
"nuc:T23617",
24+
"nuc:A23618",
25+
"nuc:G23619",
26+
"nuc:T23620"
27+
]
28+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)