Permalink
Switch branches/tags
Commits on Jul 31, 2017
  1. 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 GitHub Jul 31, 2017
  2. Broke out the static variables for VCF suffixes so that they can be u…

    …sed separately.
    eitanbanks committed Jul 31, 2017
  3. Merge pull request #954 from samtools/bsw_update_javadocs

    Updated javadocs for query method
    eitanbanks committed on GitHub Jul 31, 2017
  4. Updated javadocs for the query method

    eitanbanks committed Jul 27, 2017
Commits on Jul 27, 2017
  1. Should write to /dev/stdout as a special case. (#933)

    nh13 committed with ronlevine Jul 27, 2017
  2. 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 lbergelson Jul 27, 2017
  3. Increase test coverage for Cigar classes (#939)

    * Full coverage for CigarElement
    * Full coverage for CigarOperator
    * Increase Cigar coverage and test explicitly some methods
    magicDGS committed with lbergelson Jul 27, 2017
Commits on Jul 25, 2017
  1. Replace bad .fai test file and create one new CRAMComplianceTest data…

    … provider. (#940)
    cmnbroad committed on GitHub Jul 25, 2017
  2. 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.
    ronlevine committed with lbergelson Jul 25, 2017
Commits on Jul 20, 2017
  1. fix for ambiguity and lc match/mismatch bases in CRAM (#889)

    vadimzalunin committed with cmnbroad Jul 20, 2017
Commits on Jul 19, 2017
  1. Add missing HtsjdkTest marker to test classes (#936)

    Some tests were being skipped because they weren't marked as HtsjdkTest
    magicDGS committed with lbergelson Jul 19, 2017
Commits on Jul 12, 2017
  1. Updates to readme about documentation, communication & license. (#916)

    tfenne committed on GitHub Jul 12, 2017
Commits on Jul 5, 2017
  1. Make stream seek error message informative (#927)

    ronlevine committed on GitHub Jul 5, 2017
Commits on Jun 26, 2017
  1. Adding the gitter badge.

    tfenne committed Jun 26, 2017
  2. Add more checks to SamFileValidator (#907)

    ronlevine committed on GitHub Jun 26, 2017
Commits on Jun 21, 2017
  1. Sort and group order not updated when using setAttribute. (#905)

    nh13 committed with tfenne Jun 21, 2017
Commits on Jun 16, 2017
  1. A little more caution when checking terminator blocks on close of Blo…

    …ckCompressedOutputStream. (#901)
    tfenne committed on GitHub Jun 16, 2017
Commits on Jun 10, 2017
  1. Typekpb patch 1 (replacing #725) (#883)

    * seek() checks for negative position argument value
    * tests
    yfarjoun committed on GitHub Jun 10, 2017
Commits on Jun 9, 2017
  1. Standardizes mate info computation in SAMRecordSetBuilder. (#692)

    nh13 committed on GitHub Jun 9, 2017
  2. Fixed flipped sign when comparing read paired flags (#897)

    Fixed flipped sign when comparing read paired flags
    ronlevine committed on GitHub Jun 9, 2017
  3. 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 GitHub Jun 9, 2017
  4. 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.
    lbergelson committed on GitHub Jun 9, 2017
  5. 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 GitHub Jun 9, 2017
  6. Added test using setReadString()

    ronlevine committed Jun 9, 2017
  7. use Locatable interface (#887)

    lindenb committed with yfarjoun Jun 9, 2017
  8. Fix SAMRecord.getReadLength() so it does not throw an exception if nu…

    …ll bases
    ronlevine committed Jun 8, 2017
Commits on Jun 8, 2017
  1. overloading BlockCompressedInputStream.checkTerminator to support NIO (

    …#890)
    
    * adding overloads of BlockCompressedInputStream.checkTerminator to support java.nio.Path and SeekableByteChannel
    * adding additional tests to BlockCompressedTerminatorTest
    lbergelson committed on GitHub Jun 8, 2017
Commits on Jun 7, 2017
  1. 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 GitHub Jun 7, 2017
Commits on May 31, 2017
  1. Revert "The existing code was throwing a NPE when using a CRAMFileRea…

    …der for … (#879)" (#885)
    
    This reverts commit 9bef3fc.
    yfarjoun committed on GitHub May 31, 2017
Commits on May 30, 2017
  1. 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
    skashin committed with yfarjoun May 30, 2017
Commits on May 27, 2017
  1. 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 lbergelson May 27, 2017
  2. - fixed a small NPE in MD5CalculatingOutputStream (#881)

    yfarjoun committed on GitHub May 27, 2017
Commits on May 26, 2017
  1. Fix ordering of assignments in FastQReader constructor. (#878)

    cmnbroad committed with droazen May 26, 2017
Commits on May 17, 2017
  1. Merge pull request #875 from samtools/jc_DSDEGP-1326

    Adding OpenJDK8 to travis configuration
    jacarey committed on GitHub May 17, 2017
Commits on May 16, 2017
  1. Adding OpenJDK8 to travis configuration

    jacarey committed May 16, 2017