Skip to content

Commit

Permalink
Update track names, add dgv tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 3, 2020
1 parent 4d168fc commit 6aff1fb
Showing 1 changed file with 68 additions and 3 deletions.
71 changes: 68 additions & 3 deletions test_data/config_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
{
"type": "FeatureTrack",
"trackId": "gnomad_v2.1_sv.sites",
"name": "gnomad_v2.1_sv.sites",
"name": "Gnomad - v2.1 SVs",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
Expand All @@ -2178,7 +2178,7 @@
{
"type": "FeatureTrack",
"trackId": "missenseConstrained",
"name": "missenseConstrained",
"name": "Gnomad - missense constraint",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
Expand All @@ -2191,7 +2191,7 @@
{
"type": "FeatureTrack",
"trackId": "pliByGene",
"name": "pliByGene",
"name": "Gnomad - probability of loss-of-function intolerant (pLI) by gene",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
Expand All @@ -2200,6 +2200,71 @@
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg19/gnomAD/pLI/pliByGene.bb"
}
}
},
{
"type": "FeatureTrack",
"trackId": "dgvGold",
"name": "dgvGold",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg19/dgv/dgvGold.bb"
}
}
},
{
"type": "FeatureTrack",
"trackId": "dgvMerged",
"name": "dgvMerged",
"category": ["Variation"],
"assemblyNames": ["hg38"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg38/dgv/dgvMerged.bb"
}
}
},
{
"type": "FeatureTrack",
"trackId": "dgvSupporting",
"name": "dgvSupporting",
"category": ["Variation"],
"assemblyNames": ["hg38"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg38/dgv/dgvSupporting.bb"
}
}
},
{
"type": "FeatureTrack",
"trackId": "dgvMerged_hg19",
"name": "dgvMerged",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg19/dgv/dgvMerged.bb"
}
}
},
{
"type": "FeatureTrack",
"trackId": "dgvSupporting_hg19",
"name": "dgvSupporting",
"category": ["Variation"],
"assemblyNames": ["hg19"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "https://hgdownload.soe.ucsc.edu/gbdb/hg19/dgv/dgvSupporting.bb"
}
}
}
],
"connections": [],
Expand Down

0 comments on commit 6aff1fb

Please sign in to comment.