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

Releases: gatk-workflows/five-dollar-genome-analysis-pipeline

1.2.0

02 Aug 18:15
Compare
Choose a tag to compare

Updated Wdls to match dsde-pipelines repository. Changes included:

  • Updated memory "G" to "Gib"
  • Disk and memory adjustments
  • Renamed BamToGVCF.wdl to VariantCalling.wdl
  • Make WGS pipeline use GATK3 for GermlineSingleSample

1.1.0

03 Apr 02:04
a418352
Compare
Choose a tag to compare
  • Updated to latest script from dsde-pipelines/pipelines/dna_seq/germline/wgs/WholeGenomeGermlineSingleSample.wdl
  • Update Includes the use of WDL version 1.0
  • Removed Firecloud wdl version as it is not compatible with the latest subworkflows
    Imports use git url

Bug fix:
#17

1.0.3

14 Mar 18:26
Compare
Choose a tag to compare
  • Switched imports to git url tag releases

Note: This release uses an older version of the pipeline that uses wdl draft 3. Please use release 1.1.0 or later for most updated scripts.

1.0.2

01 Aug 20:10
89f11be
Compare
Choose a tag to compare
  • Removed wording indicating pipeline can be used for exomes.

Split ReadGroup task bug fix

25 May 20:01
3ad22df
Compare
Choose a tag to compare
  • Fix for splitRG task.
  • Disk sizing now takes place within tasks.

five-dollar-genome-analysis-pipeline

05 Mar 17:25
3ad22df
Compare
Choose a tag to compare

This WDL pipeline implements data pre-processing and initial variant calling (GVCF generation) according to the GATK Best Practices (June 2016) for germline SNP and Indel discovery in human whole-genome sequencing and exome sequencing data. The provided intervals in the json are intended for whole-genome sequencing, users are expected to use thier own exome intervals for exome sequencing.

Note: For those users interested in running this wdl on FireCloud (FC), the FC version has been provided as fc_germline_single_sample_workflow.wdl. Please visit the FC featured methods and workspaces for more GATK Best Practices pipelines.