Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ params {
input = null

// Small variant calling options
germline_var_keep = 'deepvariant,clair'
somatic_var_keep = 'deepsomatic,clair'
germline_var_keep = 'clair'
somatic_var_keep = 'clair'
Comment on lines +17 to +18
germline_var_combine = 'all'
somatic_var_combine = 'all'
prioritize_caller_germline = 'deepvariant'
prioritize_caller_somatic = 'deepsomatic'
prioritize_caller_germline = 'clair'
prioritize_caller_somatic = 'clair'
Comment on lines +21 to +22
generate_gvcf = false

// Longphase options
Expand Down
Loading