Skip to content

Commit

Permalink
found two more spp with tracks that needed updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Childers committed May 20, 2022
1 parent cfffacd commit 83816cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions working/stage/Bombus_impatiens/trackList.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{
"label": "View details"
},
{
"action": "newWindow",
"iconClass": "dijitIconDatabase",
"label": "function(track,feature){ return 'Open gene page for '+feature.get('id').replace(/-R./, '')}",
"title": "function(track,feature){ return 'Open gene page for '+feature.get('id').replace(/-R./, '')}",
"url": "function(track,feature){ return 'https://i5k.nal.usda.gov/'+feature.get('id').replace(/-R./, '')}"
},
{
"label": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"title": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"iconClass" : "dijitIconDatabase",
"action": "newWindow",
"url" : "function(track,feature){ return 'https://www.ncbi.nlm.nih.gov/nuccore/'+feature.get('name')}"
},
{
"action": "newWindow",
"iconClass": "dijitIconDatabase",
Expand Down
24 changes: 12 additions & 12 deletions working/stage/Photinus_pyralis/trackList.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,18 +299,18 @@
"compress": 0,
"key": "NCBI_Annotation_Release_100_Gene - Color by CDS frame",
"label": "NCBI_Annotation_Release_100_Gene - Color by CDS frame",
"menuTemplate": [
{
"label": "View details"
},
{
"action": "newWindow",
"iconClass": "dijitIconDatabase",
"label": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"title": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"url": "function(track,feature){ return 'https://i5k.nal.usda.gov/'+feature.get('name')}"
}
],
"menuTemplate" : [
{
"label" : "View details"
},
{
"label": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"title": "function(track,feature){ return 'Find gene page for '+feature.get('name')}",
"iconClass" : "dijitIconDatabase",
"action": "newWindow",
"url" : "function(track,feature){ return 'https://www.ncbi.nlm.nih.gov/nuccore/'+feature.get('name')}"
}
],
"metadata": {
"Data description": "ftp://ftp.ncbi.nlm.nih.gov/genomes/Photinus_pyralis/README_CURRENT_RELEASE",
"Data provider": "NCBI",
Expand Down

0 comments on commit 83816cd

Please sign in to comment.