Skip to content

Commit

Permalink
Update ExomeGermlineSingleSample.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
gevro authored Aug 12, 2019
1 parent 72a7360 commit b5714e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExomeGermlineSingleSample.wdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 1.0
version 1.0

## Copyright Broad Institute, 2018
##
Expand Down Expand Up @@ -40,7 +40,7 @@ import "https://raw.githubusercontent.com/gevro/gatk4-exome-analysis-pipeline-fl
# WORKFLOW DEFINITION
workflow ExomeGermlineSingleSample {

# input {
input {
PapiSettings papi_settings

String base_file_name
Expand Down Expand Up @@ -82,7 +82,7 @@ workflow ExomeGermlineSingleSample {

Boolean provide_bam_output = false
File? haplotype_database_file
# }
}

# Not overridable:
Float lod_threshold = -10.0
Expand Down

0 comments on commit b5714e0

Please sign in to comment.