Skip to content

Releases: broadinstitute/picard

2.20.1

13 May 20:25
a759d3c
Compare
Choose a tag to compare
  • Enabled CRAM input into MarkDuplicates. (#1275)
  • Make CollectSamErrorMetrics show up in docs (#1326)
  • Sort CRAM test that are used with tests that create an index. (#1317)

2.20.0

29 Apr 15:39
901ba1a
Compare
Choose a tag to compare
  • Add fingerprint Metric (not FingerprintingMetric) (#1312)
  • liftovervcf: remove '##reference=...' and set the new one. (#1321)

2.19.2

23 Apr 18:37
11ab5cc
Compare
Choose a tag to compare
  • GL-143 Move the probe metrics into TargetMetrics and add a test for HsMetrics (#1318)
  • liftovervcf without sorting the variants (#1306)

2.19.1

18 Apr 13:55
5843068
Compare
Choose a tag to compare
  • Fix CollectInsertSizeMetrics temporary file creation. (#1313)
  • update google cloud NIO provider (#1300)
  • GL-143 remove fields defined in base class (#1307)
  • Add ability to crosscheck (and check) fingerprints on CRAMS directly. (#1302)
  • Fixes assert statement in UmiAwareMDWMC tester (#1271)
  • Update README.md (#1293)
  • Factor out a SamComparison class from CompareSAMs for reuse. (#913)
  • Update CreateSequenceDictionary.java (#1286)
  • fix a typo (#1296)

2.19.0

25 Mar 21:02
Compare
Choose a tag to compare
  • Updating htsjdk to 2.19.0 (#1297)
  • Add COUNT_OUTPUT input parameter to IntervalListTools to output count of bases/intervals to file

2.18.29

19 Mar 13:25
1531278
Compare
Choose a tag to compare
  • Simplify BedToIntervalList by not reimplementing coordinate conversion (#1292)
  • Removing strange import in gradle.settings (#1291)
  • Updated the documentation for SortSam to be clearer in detailing Queryname-sort tie-breaking
  • Include aligned adapter reads in metrics (#1282)
  • Fix "end" tag in inverted variants in liftover VCF. (#1268)
  • Yf stratify chimeric (#1269)
  • added comment about versioning of the tiebreaking
  • catching the tool help output as well
  • responding to review comment
  • updated the documenation for SortSam where it was somewhat misleading

2.18.27

25 Feb 16:53
21ad30b
Compare
Choose a tag to compare
  • IlluminaBaseCallsToSam - demultiplex only when read structure has barcodes (#1281)

2.18.26

05 Feb 13:23
42c8ee0
Compare
Choose a tag to compare

Added handling for indels within CollectHsMetrics and CollectTargetedPcrMetrics. (#1273)

2.18.25

23 Jan 14:06
6ad57dc
Compare
Choose a tag to compare
  • Update our jdk base image (#1270)

2.18.24

22 Jan 16:07
b15d007
Compare
Choose a tag to compare
  • update to htsjdk 2.18.2 (#1267)
  • changing ADD_PG_TAG_TO_READ to boolean (#1262)
  • Liftover all indels in flipped strand (#1266)
  • fixing a subtle bug with keeperOrNull
  • Histogram of duplicate set sizes to be reported in the MarkDuplicates metrics file (#569)
  • Tool to add OA sam tag to reads (#1202)
  • optimization A
  • Changed the OpticalDuplicateFinder to no longer be order dependant in its output.