eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
288 stars 72 forks source link

Chromosome identifiers which contain CSS selectors #281

Open PSB-mibel opened 3 years ago

PSB-mibel commented 3 years ago

If a chromosome identifier contains a dot/period ('.'), it breaks the program. Most likely because the '.' is seen as a class selector.

My solution is to convert the chromosome ids (by replacing the '.' with a '_' ), but maybe some code changes could be done to prevent this from being an issue.