Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Releases: gatk-workflows/gatk4-somatic-cnvs

1.4.0

11 Oct 20:36
fe2ad72
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release
  • Added funcotate wdl
  • "Enable gc correction by default in cnv workflows" (#5966)
  • Minor updates to Readme
  • Simplified json and changed parameters to use funcotator

1.3.1

23 May 21:24
4a74b08
Compare
Choose a tag to compare
  • do_explicit_gc_correction changed to be True by default. Greatly improves results on FFPE samples when it is enabled.

1.3.0

11 Apr 12:13
631b999
Compare
Choose a tag to compare

1.2.0

14 Feb 14:33
08c3f76
Compare
Choose a tag to compare

Updated to GATK4.1 release.
Updated import to Git release tag URLs

1.1.0

17 Aug 17:42
fd444bf
Compare
Choose a tag to compare

Updated to gatk4.0.8.0 release

  • Exposed ability to blacklist intervals in CNV WDLs.
  • Added output of IGV-compatible .seg files to ModelSegments.

Initial Release of Somatic CNV

25 May 19:05
5f04aec
Compare
Choose a tag to compare

This is the initial release of the workflow for running Somatic CNV.
It includes the following main WDLs

  • Building a panel of normals (PoN): cnv_somatic_panel_workflow.wdl
  • Running a matched pair: cnv_somatic_pair_workflow.wdl

Suboworkflows called by the main workflows are listed bellow

  • cnv_somatic_oncotator_workflow.wdl
  • cnv_common_tasks.wdl

Example Json files are present for demonstration purposes only.