Skip to content

Releases: broadinstitute/gatk-sv

v0.17.2-beta

30 Aug 19:21
b5e954c
Compare
Choose a tag to compare
v0.17.2-beta Pre-release
Pre-release

Updates include:

  • Documentation updates
  • Subdivide FilterBatch into three workflows to enable choice of IQR cutoff

v0.17.1-beta

16 Aug 20:28
06f26b4
Compare
Choose a tag to compare
v0.17.1-beta Pre-release
Pre-release

Quick fix for v0.17-beta - renaming trainGCNV to TrainGCNV consistently

v0.17-beta

16 Aug 19:34
f0771a6
Compare
Choose a tag to compare
v0.17-beta Pre-release
Pre-release

Updates include:

  • Rename pipeline modules with descriptive names
  • Run metrics workflows as part of main workflows for debugging info and ease of testing
  • For Terra, add single-batch configs for cohort-level steps

v0.16-beta

27 Jul 05:53
5cff5ad
Compare
Choose a tag to compare
v0.16-beta Pre-release
Pre-release

Updates include:

  • PEP8 linting of all python scripts
  • Fix bug in svtest
  • Allow missing samples for BAF collection from joint VCF or gVCFs in Module00c
  • Add VCF indexes to Module04b outputs to work with cromwell workflow outputs bucket

v0.15.1-beta

28 Jun 14:31
c8df307
Compare
Choose a tag to compare
v0.15.1-beta Pre-release
Pre-release

Add option to provide file containing list of GCS paths to SNP VCF shards in Module00c because Terra has a limit on array length in inputs

v0.15-beta-hotfix

15 Jun 21:42
00f1e7c
Compare
Choose a tag to compare
v0.15-beta-hotfix Pre-release
Pre-release

Hotfix for Tasks0506.wdl cromwell compliance

v0.15-beta

15 Jun 18:42
f64d5c8
Compare
Choose a tag to compare
v0.15-beta Pre-release
Pre-release

Changes include:

  • Bug fix in a CleanVCF script
  • Evaluation of additional variants in Module04b
  • Enable easier skipping of Melt for Terra
  • Generate median coverage files in Module00b for batching
  • Reduce memory when merging genotypes in TrainRDGenotyping
  • Support original sample IDs in snp_vcfs in Module00c

v0.14.3-beta

18 May 16:36
7f721ea
Compare
Choose a tag to compare
v0.14.3-beta Pre-release
Pre-release

Includes bug fix for Module04b

v0.14.2-beta

14 May 16:58
2166cd2
Compare
Choose a tag to compare
v0.14.2-beta Pre-release
Pre-release

Changes include:

  • Bug fixes to RDTest, affecting Module02 and Module04

v0.14.1-beta: Minor updates to v0.14-beta

07 May 20:03
4799e46
Compare
Choose a tag to compare

Changes include:

  • Option to revise all non-canonical bases in BAM file to N during CramToBam (not recommended by default, as it is not optimized yet and will cost more)
  • Reduce default disk for Module02 test tasks
  • Remove old WDL headers
  • Fix bug in CleanVcf that occurred when a sample ID appeared in a batch/variant ID
  • Make read length input to CollectWgsMetrics for MELT in case read length differs from default 150bp