AliTVTeam / AliTV

Visualize whole genome alignments as linear maps
https://alitvteam.github.io/AliTV/d3/AliTV.html
MIT License
69 stars 11 forks source link

Display names of sequences #96

Closed greatfireball closed 8 years ago

greatfireball commented 8 years ago

We need to provide the name of the sequences. Therefore, we can use the context menu of a single sequence entry. If the context menu opens, it already displays a name, but this is not related to the karyo key used in the JSON input files. Therefore, I would suggest to add an additional field to the karyo entries called name. This name (maybe in combination with the genome name) should be used for the name entry of the context menu.

Hope that description is enough to implement the feature :)