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

BlockCompressedIndexedFastaSequenceFile checks for a gzi even if an index is passed in. #1290

Closed
lbergelson opened this issue Feb 19, 2019 · 0 comments

Comments

@lbergelson
Copy link
Member

It looks like new BlockCompressedIndexedFastaSequenceFile( Path, FastaSequenceIndex, GZIIndex) inappropriately Files.exists(GZIIndex.resolveIndexNameForBgzipFile(path) even though the GZIIndex has been preloaded and passed in as part of canCreateBlockCompresedIndexedFastaSequence

lbergelson added a commit that referenced this issue Feb 28, 2019
* There was a bug that prevented loading an indexed bgzip fasta file if the index location was specified but wasn't next to the fasta in the file system.
* Fixes #1290
lbergelson added a commit that referenced this issue Mar 4, 2019
* There was a bug that prevented loading an indexed bgzip fasta file if the index location was specified but wasn't next to the fasta in the file system.
* Fixes #1290
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

No branches or pull requests

1 participant