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

Commit

Permalink
Dev (#9)
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

* update to gatk4.1.1.0

* updated GATK version in Readme

* updated import url to 1.3.0

* do_explicit_gc_correction changed to be true by default
  • Loading branch information
bshifaw committed May 23, 2019
1 parent 631b999 commit 4a74b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnv_somatic_panel_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ workflow CNVSomaticPanelWorkflow {
preemptible_attempts = preemptible_attempts
}

if (select_first([do_explicit_gc_correction, false])) {
if (select_first([do_explicit_gc_correction, true])) {
call CNVTasks.AnnotateIntervals {
input:
intervals = PreprocessIntervals.preprocessed_intervals,
Expand Down

0 comments on commit 4a74b08

Please sign in to comment.