althonos / pyrodigal

Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes. Now with SIMD!
https://pyrodigal.readthedocs.org
GNU General Public License v3.0
132 stars 5 forks source link

gzip support #47

Closed jianshu93 closed 7 months ago

jianshu93 commented 7 months ago

Hello Team,

Any possibilities to provide gzip support for input fasta files? This is very useful for very large contig files from metagenomes. We can use zcat et.al., to unzip and stream the input but still not so convenient.

Thanks,

Jianshu

althonos commented 7 months ago

This is already supported since v2.2.0, gzip or bzip2 compression of input files is automatically detected and handled to load data.