-
Merge pull request #960 from samtools/eb_breakout_extensions
Broke out the static VCF suffix variables so that they can be used separately.
eitanbanks committed on GitHubJul 31, 2017 -
Broke out the static variables for VCF suffixes so that they can be u…
…sed separately.
-
Merge pull request #954 from samtools/bsw_update_javadocs
Updated javadocs for query method
-
-
-
deprecate SAMTools.java (#937)
* Deprecate SAMTools.java because it is confusing and of very limited use, as well as being untested and unmaintained.
magicDGS committed with lbergelsonJul 27, 2017 Some checks were not successful
2 failing and 2 successful checks -
Increase test coverage for Cigar classes (#939)
* Full coverage for CigarElement * Full coverage for CigarOperator * Increase Cigar coverage and test explicitly some methods
-
Replace bad .fai test file and create one new CRAMComplianceTest data…
… provider. (#940)
cmnbroad committed on GitHubJul 25, 2017 Some checks were not successful
2 failing and 2 successful checks -
Add ability to redirect log to an alternate print Stream (#942)
* added a new method which allows the logger to be redirected to a different stream other than stdout. This allows logging to be redirected to a file or other destination.
-
Add missing HtsjdkTest marker to test classes (#936)
Some tests were being skipped because they weren't marked as HtsjdkTest
magicDGS committed with lbergelsonJul 19, 2017 Some checks were not successful
1 failing and 3 successful checks
-
-
Add more checks to SamFileValidator (#907)
ronlevine committed on GitHubJun 26, 2017 Some checks were not successful
2 failing and 2 successful checks
-
A little more caution when checking terminator blocks on close of Blo…
…ckCompressedOutputStream. (#901)
tfenne committed on GitHubJun 16, 2017 Some checks were not successful
2 errored and 2 successful checks
-
Typekpb patch 1 (replacing #725) (#883)
* seek() checks for negative position argument value * tests
-
Standardizes mate info computation in SAMRecordSetBuilder. (#692)
nh13 committed on GitHubJun 9, 2017 -
Fixed flipped sign when comparing read paired flags (#897)
Fixed flipped sign when comparing read paired flags
ronlevine committed on GitHubJun 9, 2017 Some checks were not successful
2 failing and 2 successful checks -
Merge pull request #893 from samtools/rhl_samrecord_tostring_297
Fix SAMRecord.getReadLength() so it does not throw an exception if null bases
ronlevine committed on GitHubJun 9, 2017 -
updating artifactory link to point to new artifactory (#892)
* the Broad artifactory moved from a self hosted repository at artifactory.broadinstitute.org to a web based artifactory at broadinstitute.jfrog.io/broadinstitute/ this was causing our snapshot uploads to fail * updating our snapshot repository to point to the new link * the old artifactory has a redirect in place to the new artifactory so artifacts relying on the old url should still resolve. For unknown reasons this redirect doesn't work with gradle uploads, probably a gradle bug.
-
Cleaned up SAMUtils (mostly cosmetic) (#888)
* Fixing-up SamUtils: - adding more information to some exceptions - fixing java-doc - java8 <> - if/else alignment & braces - removed use of deprecated SAMRecordUtils class - @Deprecated all methods and members of SAMRecordUtils - fixed javadoc @deprecated across the board.
yfarjoun committed on GitHubJun 9, 2017 -
-
-
Fix SAMRecord.getReadLength() so it does not throw an exception if nu…
…ll bases
-
overloading BlockCompressedInputStream.checkTerminator to support NIO (…
…#890) * adding overloads of BlockCompressedInputStream.checkTerminator to support java.nio.Path and SeekableByteChannel * adding additional tests to BlockCompressedTerminatorTest
-
Adding an overlaps function to IntervalList. (#877)
* Adding an overlaps function to IntervalList. Finds all intervals in the first list that overlap any interval in the second list.
nh13 committed on GitHubJun 7, 2017 Some checks were not successful
1 failing and 3 successful checks
-
Revert "The existing code was throwing a NPE when using a CRAMFileRea…
yfarjoun committed on GitHubMay 31, 2017
-
The existing code was throwing a NPE when using a CRAMFileReader for … (
#879) * The existing code was throwing a NPE when using a CRAMFileReader for InputResource.Type.PATH * Converted multiple if statements to a switch statement
-
Index.writeBasedOnFeaturePath throws instead of silently failing (#841)
* **Breaking Change** This is an API change. Code relying on the old behavior will have to be updated. We believe this should have minimal impact and most clients using Index will not have to make any changes. Anyone with their own implementation of Index should update to match the new behavior. * Changing behavior of Index.writeBasedOnFeaturePath() to throw instead of silently failing when it was unable to write an index.
magicDGS committed with lbergelsonMay 27, 2017 Some checks were not successful
1 failing and 3 successful checks -
- fixed a small NPE in MD5CalculatingOutputStream (#881)
yfarjoun committed on GitHubMay 27, 2017 Some checks were not successful
1 failing and 3 successful checks
-
Merge pull request #875 from samtools/jc_DSDEGP-1326
Adding OpenJDK8 to travis configuration
jacarey committed on GitHubMay 17, 2017 Some checks were not successful
1 failing and 3 successful checks