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

Commit

Permalink
Wdlupdate (#15)
Browse files Browse the repository at this point in the history
* Update README.md

* Update germline_single_sample_workflow.hg38.inputs.json

minor format changes

* removed scattered intervals as its not being used in the workflow, corrected haplotype_scatter_count to 50. Add comment regarding exomes intervals in Readme

* added the new HaplotypeCaller tasks.

* added a generic options

* deleted old structure

* Update README.md

minor edit

* sub_strip_path replaced by basename() because hardcoding the gs:// component makes the WDL assume too much about the platform it will run on

* removed ceil() to pass Float type as disk_size for GatherBamFiles

* Fix for splitRG task. Disk sizing now takes place within tasks.

* removed empty haplotyp map file

* removed wording for use on exomes

* Update fc wdl import links
  • Loading branch information
bshifaw authored Jan 12, 2019
1 parent 89f11be commit 2f353ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fc_germline_single_sample_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
## 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.
## Indel discovery in human whole-genome sequencing data.
##
## Requirements/expectations :
## - Human whole-genome pair-end sequencing data in unmapped BAM (uBAM) format
Expand All @@ -26,12 +26,12 @@
## page at https://hub.docker.com/r/broadinstitute/genomes-in-the-cloud/ for detailed
## licensing information pertaining to the included programs.
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:alignment/versions/2/plain-WDL/descriptor" as Alignment
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:split-large-readgroup/versions/2/plain-WDL/descriptor" as SplitRG
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:quality-control/versions/1/plain-WDL/descriptor" as QC
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:bam-processing/versions/2/plain-WDL/descriptor" as Processing
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:germline-variant-discovery/versions/2/plain-WDL/descriptor" as Calling
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:utilities/versions/1/plain-WDL/descriptor" as Utils
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:alignment/versions/4/plain-WDL/descriptor" as Alignment
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:split-large-readgroup/versions/4/plain-WDL/descriptor" as SplitRG
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:quality-control/versions/2/plain-WDL/descriptor" as QC
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:bam-processing/versions/4/plain-WDL/descriptor" as Processing
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:germline-variant-discovery/versions/3/plain-WDL/descriptor" as Calling
import "https://api.firecloud.org/ga4gh/v1/tools/gatk:utilities/versions/2/plain-WDL/descriptor" as Utils

# WORKFLOW DEFINITION
workflow germline_single_sample_workflow {
Expand Down

0 comments on commit 2f353ae

Please sign in to comment.