Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if input file is compressed (gziped/bzip2ed) and open accordingly #130

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mdcao
Copy link

@mdcao mdcao commented Jul 15, 2015

making prokka seamlessly read gziped/bzip2ed files

@nick-youngblut
Copy link

Any chance that this will ever be merged? Uncompressing 1000's of gzip'ed fasta files just to run them through prokka can be a bit of pain.

@tseemann
Copy link
Owner

tseemann commented Aug 13, 2019

Can you just run prokka <(zcat fasta.gz) ?

I will consider using any2fasta

@nick-youngblut
Copy link

Shell redirection can cause some problems in certain situations and is something that biologists with less computational knowledge know how to do, but yeah it should work for me. Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants