<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">I'm trying to compare sequence annotations from a few sources. I'm currently displaying the annotations as different tracks in a GenomeDiagram. However, I occasionally need single-base resolution, and I'm not aware of any options in GenomeDiagram for displaying the sequence. It would also be nice to have some user interaction (zooming, toggling tracks, etc), e.g. as a jupyter widget.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">My ideal would be a html/javascript genome browser that had been wrapped up as a jupyter widget and would accept SeqRecord objects as the datasource and display any SeqFeatures. There appears to be a project based off BioJulia to display the Dalliance browser (<a href="https://github.com/BioJulia/Dalliance.jl/blob/master/src/Dalliance.jl">https://github.com/BioJulia/Dalliance.jl/blob/master/src/Dalliance.jl</a>), but dalliance isn't really suited for light-weight visualization. Is anyone aware of similar projects for BioPython? Are there other tools that might be useful in visualizing the positions of SeqFeatures at a detailed level?</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">BTW, I was a bit surprised at how much code it took to add BioPython objects to a GenomeDiagram. No doubt this is due to the package history. Would there be interest in tighter integration of GenomeDiagram into BioPython?</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">-Spencer</div></body></html>