bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Pedigree PNG file rendering and serving #19

Open mikkonie opened 7 years ago

mikkonie commented 7 years ago

Rendering germline sample sheet pedigrees is currently done by embedding SVG data directly into the template. We should instead render these into PNG files, with larger versions of the files downloadable.

The code is already there but commented out: PNG files can be generated using cairosvg. However, we must first decide on how to serve the data in production.

Once we decide on the approach, it should be a relatively quick and minor task.

mikkonie commented 6 years ago

moved from omics_data_access#57

mikkonie commented 6 years ago

Likely solution: develop a view which renders a .PNG file as result, call that from the parent template. Should be easy and simple!

mikkonie commented 5 years ago

removed milestone