nf-core / genomeqc

Compare the quality of multiple genomes, along with their annotations.
https://nf-co.re/genomeqc
MIT License
3 stars 8 forks source link

GFFREAD does not work with compressed files #18

Closed FernandoDuarteF closed 1 month ago

FernandoDuarteF commented 1 month ago

GFFREAD from nf-core cannot deal with compressed files. For now, the nf-core module pigz_uncompressed is being used to deal with compressed files.

FernandoDuarteF commented 1 month ago

Solved in 5c4f54d.