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

Commit

Permalink
Dev (#7)
Browse files Browse the repository at this point in the history
* Update wdl to GATK4.1

* Updated imports to git tag URL, updated gatk docker in json, updated Readme structure

* minor edits and link to documentation in readme

* import url correction
  • Loading branch information
bshifaw committed Feb 14, 2019
1 parent 216157d commit 08c3f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cnv_somatic_pair_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#
#############

import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2/cnv_common_tasks.wdl" as CNVTasks
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2/cnv_somatic_oncotator_workflow.wdl" as CNVOncotator
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2.0/cnv_common_tasks.wdl" as CNVTasks
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2.0/cnv_somatic_oncotator_workflow.wdl" as CNVOncotator

workflow CNVSomaticPairWorkflow {

Expand Down
2 changes: 1 addition & 1 deletion cnv_somatic_panel_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#
#############

import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2/cnv_common_tasks.wdl" as CNVTasks
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-cnvs/1.2.0/cnv_common_tasks.wdl" as CNVTasks

workflow CNVSomaticPanelWorkflow {

Expand Down

0 comments on commit 08c3f76

Please sign in to comment.