FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.
65
stars
7
forks
source link
Generate Independent Visualization Pages from Python #13
Running into hard-coded limitations in the .NET framework that cannot handle very large images #9 has forced us to abandon the C# codebase and use Python libraries for processing and DeepZoom. The final step is to generate webpages in our python-master branch (99cb2eec1a1c47d5e88312694bc903fb9ab53f6e).
As an added benefit, copies of all the html, img, and js files will be made for each output folder. This will solve any versioning problems by making each visualization independent so future changes won't break it.
Running into hard-coded limitations in the .NET framework that cannot handle very large images #9 has forced us to abandon the C# codebase and use Python libraries for processing and DeepZoom. The final step is to generate webpages in our python-master branch (99cb2eec1a1c47d5e88312694bc903fb9ab53f6e).
As an added benefit, copies of all the html, img, and js files will be made for each output folder. This will solve any versioning problems by making each visualization independent so future changes won't break it.