mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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)
|
path (input_file_2)
|
||||||
val (intersectbed_args)
|
val (intersectbed_args)
|
||||||
|
|
||||||
//output:
|
output:
|
||||||
//path "${input_file_1.baseName}_i_${input_file_2.baseName}.bed", emit: intersect
|
path "${input_file_1.baseName}_i_${input_file_2.baseName}.bed", emit: intersect
|
||||||
//path "*.version.txt", emit: version
|
path "*.version.txt", emit: version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
def params_string = intersectbed_args.collect {
|
def params_string = intersectbed_args.collect {
|
||||||
|
|
Loading…
Reference in a new issue