4dn-dcic / tibanna

Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70 stars 28 forks source link

Self-contained metrics report #372

Closed alexander-veit closed 2 years ago

alexander-veit commented 2 years ago

The metrics report currently relies on external data files that are opened and read client side. This PR writes the data directly into the HTML file and removes these dependencies. This makes it possible to download the report and view it locally.