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

Commit

Permalink
Dev (#16)
Browse files Browse the repository at this point in the history
* README.md

* Update to gatk4.1

* Updated forum links in Readme

* changed ref file VM path to google bucket path

* updated import link to git tag url
  • Loading branch information
bshifaw authored Feb 1, 2019
1 parent ce68e65 commit 3b2a121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mutect2-normal-normal.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## pages at https://hub.docker.com/r/broadinstitute/* for detailed licensing information
## pertaining to the included programs.
import "./mutect2.wdl" as m2
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-snvs-indels/2.3.0/mutect2_nio.wdl" as m2

workflow Mutect2NormalNormal {
File? intervals
Expand Down
2 changes: 1 addition & 1 deletion mutect2_pon.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# this logic *must* go into each task. Therefore, there is a lot of duplicated code. This allows users to specify a jar file
# independent of what is in the docker file. See the README.md for more info.
#
import "mutect2.wdl" as m2
import "https://raw.githubusercontent.com/gatk-workflows/gatk4-somatic-snvs-indels/2.3.0/mutect2_nio.wdl" as m2

workflow Mutect2_Panel {
# inputs
Expand Down

0 comments on commit 3b2a121

Please sign in to comment.