Skip to content

Commit

Permalink
fix: add when condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 22, 2023
1 parent bf5543c commit a770a2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/CCBR/custom/convertsicer/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ process CONVERT_SICER {
tuple val(meta), path("${sicer_peaks.baseName}.converted.bed"), emit: bed
tuple val(meta), path("${sicer_peaks.baseName}.converted.broadPeak"), emit: peak, optional: true

when:
task.ext.when == null || task.ext.when

script:
$/
#!/usr/bin/env python
Expand Down

0 comments on commit a770a2c

Please sign in to comment.