LegumeFederation / DSCensor

Visualization and Organization for Assembly and Annotation Data
MIT License
0 stars 0 forks source link

Integrate DSCensor API into MultiQC Views #36

Closed ctcncgr closed 4 years ago

ctcncgr commented 4 years ago

I can integrate the BUSCO stats into the MultiQC views using DSCensor as the data source, by re-writing the data parser to make a requests call.

The resulting HTML can be written into a flask view and served directly from the DSCensor domain.

ctcncgr commented 4 years ago

MultiQC is currently feeding off of the DSCensor API and writing static HTML for testing.

Will port this into a flask view

ctcncgr commented 4 years ago

MultiQC views are now available and have working table and figure synchronization.