genomenote
genomenote copied to clipboard
Add BUSCO to the annotation_statistics subworkflow
Add BUSCO to the annotations statistics subworkflow. To do this you can use the existing nf-core busco module https://nf-co.re/modules/busco/ and run BUSCO in proteins mode. You will need to pass it protein fasta files. Currently the sub-workflow only has a GFF file of the protein annotations, we can use this to produce the fasta files by using https://nf-co.re/modules/gffread/ and the genomic fasta file.
The BUSCO score should be added to the final file output by the subworkflow.
Closed by #142