Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib103 committed Jan 5, 2024
1 parent e25bf50 commit a908638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nextflow/workflows/run_vep.nf
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ workflow {

output_dir = createOutputChannel(params.outdir)

// this works like 'merge' operator and thus might make the pipeline un-resumable
// we might think of using 'toSortedList' and generate appropriate input from the 'processInput' module
vcf
.combine( vep_config )
.combine( one_to_many )
Expand Down

0 comments on commit a908638

Please sign in to comment.