-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow --reference-file
to use compressed BGZIP files
#347
Comments
Found this dependabot issue as well, so we may have a branch underway just needs testing and merging |
Link to PR - overture-stack/score#363 |
Ran the following test - Fix looks great
Compress cmd:
Uncompressed:
Both had the same output:
One minor issue was that since the upgrade the execution time has gone from:
to
cmd:
|
Tested with |
As per Linda's comment in #229 (comment):
The following doesn't work:
But the uncompressed version does:
We suspect this is due to the
2.1.0
version of HTSJDK library.https://github.com/samtools/htsjdk/releases/tag/2.16.0 makes mention of supporting compressed files.
Updating HTSJDK may resolve the issue
The text was updated successfully, but these errors were encountered: