Skip to content

Commit 15ea029

Browse files
committed
Fix ml model default
1 parent 4c8e6ec commit 15ea029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ params {
123123
vep_cache_version = 112
124124

125125
// sentieon Defaults
126-
ml_model = ''
126+
ml_model = null
127127

128128
// Dnascope SNV calling
129129
sentieon_dnascope_pcr_indel_model = 'CONSERVATIVE'

0 commit comments

Comments
 (0)