-
Notifications
You must be signed in to change notification settings - Fork 244
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
Improvements to support Hadoop-BAM/Squark #1112
Comments
5 tasks
lbergelson
pushed a commit
that referenced
this issue
May 15, 2018
* make a previously package protected method public and add a new overload * partially addresses #1112
This was referenced May 22, 2018
Closed
lbergelson
pushed a commit
that referenced
this issue
May 25, 2018
…ffer (#1121) * Previously seeking on a SeekableBufferedStream would always perform a seek on the underlying stream and create a new buffer afterwards. * Now, any seek that falls within the existing buffer moves within the buffer without performing an expensive seek operation on the underlying stream. This is a performance improvement when making many repetitive seek calls that fall close to each other. * part of #1112
5 tasks
lbergelson
pushed a commit
that referenced
this issue
Jun 5, 2018
* Add an optimised version of CramContainerIterator that only reads the header for each container. * addresses part of #1112
lbergelson
pushed a commit
that referenced
this issue
Jun 12, 2018
lbergelson
added a commit
that referenced
this issue
Jun 14, 2018
* adding a new class VCFHeaderReader to read a VCFHeader from a stream without knowing in advance if the file is VCF or BCF, or compressed or not. * part of #1112
lbergelson
pushed a commit
that referenced
this issue
Jun 15, 2018
* added a new method CRAMFileReader.createIndexIterator get reads overlapping intervals in a cram file, analogous to BAMFileReader#createIndexIterator * part of #1112
lbergelson
pushed a commit
that referenced
this issue
Jun 18, 2018
* Add a method to open a ReferenceSequence by passing a FASTA and it's index as SeekableStreams * This is useful for clients that are using filesystems that don't have an nio.Path provider available but can produce a stream * part of #1112
5 tasks
tomwhite
added a commit
to tomwhite/disq-original
that referenced
this issue
Jun 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This describes some of the improvements, changes and additions to htsjdk to better support Hadoop-BAM and its proposed new incarnation codenamed Squark.
Individual issues or PRs can be created later to implement the changes as needed.
Small changes
Improvements
New features
The text was updated successfully, but these errors were encountered: