Skip to content

Commit cf59464

Browse files
committed
Let users run both annotators, if they really want
(It's good for testing too)
1 parent aa5fdf6 commit cf59464

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.nf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,6 @@ def processWorkflowSteps(steps) {
448448

449449
workflowSteps = steps.split(',').collect { it.trim().toLowerCase() }
450450

451-
if ('vep' in workflowSteps && 'snpeff' in workflowSteps) {
452-
exit 1, 'You can only run one annotator, either "vep" or "snpeff"'
453-
}
454-
455451
if ('manta' in workflowSteps) {
456452
workflowSteps.push( 'indexbam' )
457453
}

0 commit comments

Comments
 (0)