nf-core / genomeqc

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

GFFREAD does not work with compressed files #18

Closed FernandoDuarteF closed 1 week ago

FernandoDuarteF commented 1 week 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 week ago

Solved in 5c4f54d.