Commits on Jul 31, 2017
  1. Bump GKL version to avoid hanging in AVX support check. (#888)

    Fixes #886.
    danxmoran committed on GitHub Jul 31, 2017
Commits on Jul 19, 2017
  1. Merge pull request #843 from broadinstitute/dm-intel-deflater-by-defa…

    …ult-DSDEGP-454
    
    DSDEGP-454 Enable the IntelDeflater by default in all invocations of Picard
    danxmoran committed on GitHub Jul 19, 2017
Commits on Jul 18, 2017
  1. Publish every snapshot build to artifactory. (#861)

    cmnbroad committed on GitHub Jul 18, 2017
Commits on Jul 14, 2017
Commits on Jun 27, 2017
  1. Include tumor-aware results when results have been rolled-up (sample …

    …or library) (#642)
    
    
    * new CLP CrosscheckFingerprints can crosscheck bams and vcfs
    * added option to crosscheck by input file
    * added choice of output format: Matrix or Metric File. Metric File outputs contains the LOD score and also the tumor-aware LOD scores.
    * Includes tumor-aware results when results are emitted as a metric file
    * new CLP ClusterCrosscheckMetrics that will take the metric output of CrosscheckFingerprints and find clusters of groups that connect with a high LOD
    * tests refactored
    * general purpose graph-clustering algorithm added
    * removed deprecated GenotypeReader class
    * add a deprecated wrapper named CrosscheckReadgroupFingerprints for backwards continuity
    * crosscheck now allows missing RG tags in bam if VALIDATION_STRINGENCY is not STRICT.
    yfarjoun committed on GitHub Jun 27, 2017
Commits on Jun 9, 2017
  1. Adding the COVERED action to interval list tools. (#830)

    * Adding the COVERED action to interval list tools: find only intervals in INPUT that have any overlap with SECOND_INPUT.
    * Update htsjdk to 2.10.1
    nh13 committed on GitHub Jun 9, 2017
Commits on Jun 3, 2017
  1. ValidateSamFile returns informative error codes

    ronlevine committed May 26, 2017
  2. Yf rev htsjdk (#821)

    * -reved htsjdk to 2.9.1
    
    * - fixed ambiguous constructor with null in test
    yfarjoun committed on GitHub Jun 3, 2017
Commits on May 4, 2017
  1. Remove deprecated classes

    ronlevine committed Apr 25, 2017
Commits on Feb 17, 2017
  1. Use htsjdk 2.9.0

    dshiga committed Feb 17, 2017
Commits on Feb 9, 2017
  1. fix createMetricsDoclet gradle task (#749)

    The gradle task createMetricsDoclet wasn't actually doing anything. This fixes it so that it runs and creates the appropriate html.
    lbergelson committed on GitHub Feb 9, 2017
Commits on Dec 8, 2016
  1. Upgrad HTSJDK to 2.8.0

    catj committed Dec 8, 2016
Commits on Dec 1, 2016
  1. Add tools to be documented + minor tweaks to MD docs

    vdauwera committed Nov 30, 2016
Commits on Nov 7, 2016
  1. updating gradle from 2.13 -> 3.1 (#680)

    this should help ease some development pains by allowing use of composite builds and other new gradle features
    lbergelson committed on GitHub Nov 7, 2016
Commits on Nov 2, 2016
  1. update htsjdk to 2.7.0 (#681)

    -rev htsjdk to 2.7.0
    - remove usage of deprecated code
    - some java8 sugar
    yfarjoun committed on GitHub Nov 2, 2016
Commits on Aug 5, 2016
  1. creating a picard.jar when running ./gradlew (#618)

    fixes #617
    lbergelson committed on GitHub Aug 5, 2016
Commits on Aug 4, 2016
  1. updating to htsjdk 2.6.0 (#615)

    lbergelson committed on GitHub Aug 4, 2016
Commits on Aug 3, 2016
  1. letting htsjdk version be specified on command line

    let the htsjdk version to build against be specied as a system property on the command line
    
    ex:
    
    ./gradlew test -Dhtsjdk.version=someversion
    lbergelson committed Aug 3, 2016
  2. adding the broad artifactory as a repository

    this lets picard be built against artifactory snapshots of htsjdk
    picard MUST NOT be released if using an artifactory snapshot (and probably cannot be)
    lbergelson committed Aug 3, 2016
Commits on Jun 28, 2016
  1. First pass at picard gradle build file.

    jacarey committed Jun 1, 2016