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

Longest isoform and GFFREAD #20

Closed FernandoDuarteF closed 1 week ago

FernandoDuarteF commented 1 week ago

Hi @chriswyatt1

I added the longest isoform module from the synteny pipeline, as well as the GFFREAD module from nf-core. I also added the PIGZ module to uncompress files if necessary, as the GFFREAD module does not work with compressed files (issue #18).

The solution for compressed files is not pretty, but it works for now.

I think this is ready to be merged.