Commits on Jul 5, 2016
  1. coveralls

    akiezun committed Jul 5, 2016
Commits on Jun 28, 2016
  1. First pass at picard gradle build file.

    jacarey committed Jun 1, 2016
Commits on Jun 23, 2016
  1. updating version numbers

    lbergelson committed Jun 23, 2016
Commits on May 27, 2016
  1. bump version to 2.4.1

    droazen committed May 27, 2016
  2. bump version to 2.4.0

    droazen committed May 27, 2016
  3. Remove reference to htsjdk/lib/jni in build.xml, since it's been deleted

    droazen committed May 27, 2016
Commits on May 12, 2016
  1. Added gradle build compatibility to picard public. This requires a me…

    …rge of the gradle changes in htsjdk
    
    Use htsjdk shadowJar instead of unmanaged libs
    jacarey committed May 6, 2016
  2. bumping version to 2.3.0

    lbergelson committed May 12, 2016
Commits on Apr 27, 2016
  1. updating version to 2.2.4

    lbergelson committed Apr 27, 2016
  2. bumping version to 2.2.3

    lbergelson committed Apr 27, 2016
Commits on Apr 26, 2016
  1. By default check out the latest tagged version of htsjdk

    jacarey committed Apr 26, 2016
Commits on Apr 20, 2016
  1. update version to 2.2.2

    lbergelson committed Apr 20, 2016
Commits on Apr 5, 2016
  1. Update to 2.2.1

    jacarey committed Apr 5, 2016
  2. Update to 2.2.0

    jacarey committed Apr 5, 2016
Commits on Mar 7, 2016
  1. Merge pull request #460 from nh13/nh_wgs_metrics

    Adding a category and plot to WgsMetrics
    yfarjoun committed Mar 7, 2016
Commits on Mar 5, 2016
  1. Refactored CollectWgsMetrics and added CollectWgsMetricsWithNonZeroCo…

    …verage.
    
    Adding a tool to compute wgs metrics for all sites as well as for only
    non-zero coverage sites: CollectWgsMetricsWithNonZeroCoverage.  This
    tool produces a plot that gets produced based on the fraction of the
    genome covered at a given mean fold coverage.  This plots the normalized
    (by the mean fold coverage) cumulative coverage for both all sites and
    non-zero sites, with the latter useful for when we do not have
    full-coverage over all sites.
    
    Refactored CollectWgsMetrics to create a metrics collector.
    nh13 committed Feb 23, 2016
Commits on Mar 4, 2016
  1. Update to 2.1.1

    jacarey committed Mar 4, 2016
Commits on Feb 19, 2016
  1. Fix the build that was broken by #441.

    tfenne committed Feb 19, 2016
Commits on Feb 12, 2016
  1. Filled in missing tools in doc target

    vdauwera committed Feb 12, 2016
Commits on Feb 6, 2016
  1. Update to 2.1.0

    jacarey committed Feb 6, 2016
Commits on Feb 3, 2016
  1. test coverage report by jacoco. (fixed build by excluding jacocoant.j…

    …ar from picard.jar)
    akiezun committed Jan 20, 2016
Commits on Jan 19, 2016
  1. Revert "coverage report using jacoco"

    This reverts commit ac05c9c.
    yfarjoun committed Jan 19, 2016
Commits on Jan 13, 2016
  1. coverage report using jacoco

    akiezun committed Jan 13, 2016
Commits on Jan 7, 2016
  1. Add CVCM tool to doc generation ant target

    vdauwera committed Jan 7, 2016
Commits on Dec 31, 2015
  1. Deprecate CalculateHsMetrics in favor of CollectHsMetrics since all

    other metric collecting tools are called Collect*Metrics.
    
    targeted metrics now filters out low quality bases and
    enforces a minimum mapping quality, currently both set to the previous
    defaults.
    
    adding a median target coverage metric and the percentage of bases at 1x
    or greater to the targeted metrics.
    
    do not count overlapping bases in targeted metrics.  To do this, we need
    to clone the SAMRecord, so adding an option to allow side effects when
    computing the targeted metrics.  Also adding an option to *not* clip
    overlapping reads when computing targeted metrics.
    
    fixes a bug where we were not counting bases from supplemental records
    in targeted metrics.  Supplemental records should have only been ignored
    when counting metrics related to the number of records (not bases).
    
    some metrics were computed a minimum coverage of two, which no longer
    applies with high-quality capture technologies.  Updated to consider all
    depths, including zero.
    
    adding tests for CollectHsMetrics: overlapping reads, minimum base
    quality, and minimum mapping quality.
    
    adding fields to per target metrics: max_normalized_coverage,
    min_coverage, max_coverage, and pct_target_bases_0x
    nh13 committed Dec 1, 2015
Commits on Dec 4, 2015
  1. Update to 2.0.1

    jacarey committed Dec 4, 2015
Commits on Dec 3, 2015
  1. Update to 2.0.0

    jacarey committed Dec 3, 2015
Commits on Nov 30, 2015
  1. - Fix usage of MetricsFile.readBeans() to match change in htsjdk.

    - Fixed broken test due to change in order of iteration of HashSet/HashMap.
    
    - Added Java 8 to the travis configuration but let the older JDKs there for now.
    
    - Fixed failing test (SequencingArtifactsMetrics) that was failing due to change in HashMap order.
    
    - Modified IlluminaBasecallsToSam to produce @RG lines with attributes in the same order as expected by the tests, and disabled one test that is fundamentally broken.
    
    - Setting travis to JDK8 only.
    
    - changed target in build.xml and removed some redundant <TYPES>
    tfenne committed with yfarjoun Nov 25, 2015
Commits on Nov 16, 2015
  1. Updating version to 1.141

    jacarey committed Nov 16, 2015
Commits on Oct 28, 2015
  1. Add GatherVcfs CLP to autogenerated online documentation

    Added this CLP to the package-commands build target in build.xml
    bradtaylor committed Oct 28, 2015
Commits on Oct 7, 2015
  1. Updating version to 1.140

    jacarey committed Oct 7, 2015
Commits on Sep 14, 2015
  1. Updating version to 1.139

    jacarey committed Sep 14, 2015
Commits on Aug 11, 2015
  1. Update to 1.138

    jacarey committed Aug 11, 2015