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

Auto-detect if input files are GFF or FASTA #348

Closed
tseemann opened this issue Sep 7, 2017 · 2 comments
Closed

Auto-detect if input files are GFF or FASTA #348

tseemann opened this issue Sep 7, 2017 · 2 comments

Comments

@tseemann
Copy link
Contributor

tseemann commented Sep 7, 2017

GFF - maybe if filename matches /\.g?f/ ?
FASTA - maybe if $io->peekc(fileno($fh)) eq '>'?

@andrewjpage
Copy link
Member

Input files are now checked for content

@tseemann
Copy link
Contributor Author

tseemann commented Sep 8, 2017

Thanks!

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

No branches or pull requests

2 participants