Releases: broadinstitute/picard
Releases · broadinstitute/picard
2.22.3
- Fixes CheckIlluminaDirectory problem with cbcl files and skips in the READ_STRUCTURE (#1489)
- Add arguments for inputs and output to the ConvertSequencingArtifactToOxoG command (#1492)
- Fixes LiftoverVCF for indels (again) (#1469)
- Only requiring that the input VCF be indexed if an INTERVAL is provided (#1487)
- Allow more SD inputs to LiftoverIntervals and BedToIntervalList (#1446)
- Improvements to CompareMetrics - Now gives fuller description of differences in metrics. - Added feature to ignore differences in certain metrics. - Added 'fuzzy' metric comparison. - Added ability to output a differences file.
2.22.2
2.22.1
2.22.0
- Modify VcfToAdpc to handle multiple samples. (#1470)
- Update htsjdk to 2.21.2 (#1471)
- Fix non-symmetry bug in FingerprintChecker (#1455)
- Cleaned up javadoc... (#1434)
- Removed plain
assert
s and replaced them with ValidationUtil function (#1465) - Fixed a bug where the merging of fingerprints changes the original list of fingerprints leading to incorrect results in the self-lod case when using Crosscheck without SECOND_INPUT. (#1458)
- Port CombineVcfs from picard private to picard (#1463)