Skip to content

Commit

Permalink
svg density track to track list
Browse files Browse the repository at this point in the history
  • Loading branch information
bhofmei committed Aug 22, 2017
1 parent b123e53 commit eff5964
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/data/trackList.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@
"CHH" : "#CF8F00",
"C" : "#00c29b"
}
},
{
"key" : "Object colors - svg",
"label" : "nuc_dens5",
"category" : "Test data",
"storeClass" : "JBrowse/Store/SeqFeature/SequenceChunks",
"urlTemplate" : "seq/{refseq_dirpath}/{refseq}-",
"type": "NucleotideDensityPlugin/View/Track/NucleotideSVGDensity",
"context" : ["CG", "CHG", "CHH", "C"],
"colors" : {
"CG" : "#A36085",
"CHG": "#0072B2",
"CHH" : "#CF8F00",
"C" : "#00c29b"
}
}
]
}

0 comments on commit eff5964

Please sign in to comment.