Skip to content

Commit 670a2fb

Browse files
Merge pull request #120 from zwallace425/master
SARS2 Jbrowse Update 9/27/22
2 parents 74357c3 + 07cdecc commit 670a2fb

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

routes/JBrowse.js

+44-2
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,27 @@ function generateSarsCov2TrackList (req, res, next) {
22612261
},
22622262
'displayMode': 'normal'
22632263
},
2264+
{
2265+
'category': 'Drug Resistant Mutations',
2266+
'maxExportFeatures': 10000,
2267+
'style': {
2268+
'className': 'feature3',
2269+
'color': 'uiprotColor(feature)',
2270+
'showLabels': true,
2271+
'showTooltips': true,
2272+
'borderWidth': 3
2273+
},
2274+
'storeClass': 'JBrowse/Store/SeqFeature/GFF3Tabix',
2275+
'urlTemplate': distRoot + 'content/jbrowse/3C_resist.gff.gz',
2276+
'maxExportSpan': 10000000,
2277+
'label': 'DrugResistant3CMutations',
2278+
'key': '3C Resistant Mutations',
2279+
'type': 'JBrowse/View/Track/CanvasFeatures',
2280+
'metadata': {
2281+
'Description': 'Drug resistant 3C-like proteinase mutations. These mutations on 3C-like proteinase have been experimentally shown to confer drug resistance against Paxlovid/Nirmatrelvir.'
2282+
},
2283+
'displayMode': 'normal'
2284+
},
22642285
{
22652286
'category': 'Drug Resistant Mutations',
22662287
'maxExportFeatures': 10000,
@@ -2275,10 +2296,31 @@ function generateSarsCov2TrackList (req, res, next) {
22752296
'urlTemplate': distRoot + 'content/jbrowse/resist.gff.gz',
22762297
'maxExportSpan': 10000000,
22772298
'label': 'DrugResistantRdRpMutations',
2278-
'key': 'RdRp Resist Mutations',
2299+
'key': 'RdRp Resistant Mutations',
2300+
'type': 'JBrowse/View/Track/CanvasFeatures',
2301+
'metadata': {
2302+
'Description': 'Drug resistant RdRp mutations. These mutations on the RdRp have been experimentally shown to confer drug resistance against Remdesivir.'
2303+
},
2304+
'displayMode': 'normal'
2305+
},
2306+
{
2307+
'category': 'Drug Resistant Mutations',
2308+
'maxExportFeatures': 10000,
2309+
'style': {
2310+
'className': 'feature3',
2311+
'color': 'uiprotColor(feature)',
2312+
'showLabels': true,
2313+
'showTooltips': true,
2314+
'borderWidth': 3
2315+
},
2316+
'storeClass': 'JBrowse/Store/SeqFeature/GFF3Tabix',
2317+
'urlTemplate': distRoot + 'content/jbrowse/s_resist.gff.gz',
2318+
'maxExportSpan': 10000000,
2319+
'label': 'DrugResistantSpikeMutations',
2320+
'key': 'Spike Resistant Mutations',
22792321
'type': 'JBrowse/View/Track/CanvasFeatures',
22802322
'metadata': {
2281-
'Description': 'Drug resistant RdRp mutations. These mutations on the RdRp have been experimentally shown to confer drug resistance against Remdesivir and Sotorvimab.'
2323+
'Description': 'Drug resistant Spike mutations. These mutations on the Spike have been experimentally shown to confer drug resistance against Sotorvimab.'
22822324
},
22832325
'displayMode': 'normal'
22842326
}

0 commit comments

Comments
 (0)