bokulich-lab / q2-assembly

QIIME 2 plugin for (meta)genome assembly.
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

ENH: assembly QC QUAST-based visualisation #9

Closed misialq closed 3 years ago

misialq commented 3 years ago

Adds an assembly QC visualisation (via evaluate-contigs action).

Uses metaquast.py (from the QUAST package) to generate quality reports. All the reports together with the Icarus contig browser are included in the visualisation. Optionally, SampleData[*SequencesWithQuality] can be provided to generate additional stats (e.g., contig coverage).

Due to an issue in QUAST on python >= 3.8, multiprocessing is currently disabled and will be fixed at a later stage.

Closes #3.