mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
I forgot to uncomment output
This commit is contained in:
parent
d30089f12d
commit
a09e3a633d
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ process INTERSECT_BED {
|
|||
path (input_file_2)
|
||||
val (intersectbed_args)
|
||||
|
||||
//output:
|
||||
//path "${input_file_1.baseName}_i_${input_file_2.baseName}.bed", emit: intersect
|
||||
//path "*.version.txt", emit: version
|
||||
output:
|
||||
path "${input_file_1.baseName}_i_${input_file_2.baseName}.bed", emit: intersect
|
||||
path "*.version.txt", emit: version
|
||||
|
||||
script:
|
||||
def params_string = intersectbed_args.collect {
|
||||
|
|
Loading…
Reference in a new issue