Releases: broadinstitute/picard
Releases · broadinstitute/picard
2.18.12
2.18.11
2.18.10
- Tidy up TileMetricsOutReader a bit. (#1200)
- MarkDuplicates to accept Query-Grouped (not Sorted) input and a slight change in tiebreak order
- Adding a LIBRARY field to the umi metrics file in UmiAwareMarkDuplicatesWithMateCigar (#1193)
- Adding error in LiftoverVcf if reference dictionary does not exist (Issue #1157) (#1189)
- new CLP: CollectSamErrorMetric (#1180)
- Merge branch 'epam-ls_bug_collectmultiplemetrics_no_refflat' of https://github.com/EpamLifeSciencesTeam/picard into epam-ls_bug_collectmultiplemetrics_no_refflat
- Bug when no refflat file input in CollectMultipleMetrics fixed. New test for CollectMultipleMetrics.
2.18.9
2.18.8
2.18.7
2.18.6
2.18.5
2.18.4
- DSDEGP-2199 Add new MakeVcfSampleNameMap tool. (#1160)
- Move setting of TMP_DIR prior to inflater/deflater check. This ensures that java.io.tmpdir is set (which is used when checking if we have space for using the intel deflater/inflater). Currently it will always check system temp dir. (#1165)
- Jc fix executor exception handling (#1163)
2.18.3
- Add arguments and reporting around recovering REF/ALT swapped alleles (#1151)
- Added reverse cycle and base dir lookup for tile metrics. (#1158)
- Allow processing of a single tile. Append tile integer to output filename to avoid overwrites by multiple tiles. (#1154)
- Add to gradle build pre-requisites check (#1156)
- Integrate @ExperimentalFeature and @BetaFeature tags (#1094)
- Yf fix infinite loop md (#1147)
- Make picardcloud accessible in docker image (#1153)
- Remove sbt & Eclipse files from gradle project (#1137)