mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/software/bedtools/intersect/main.nf
This commit is contained in:
parent
8841af1267
commit
5269c1ec60
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ nextflow.enable.dsl = 2
|
||||||
|
|
||||||
include { BEDTOOLS_INTERSECT } from '../../../../software/bedtools/intersect/main.nf' addParams( options: [:] )
|
include { BEDTOOLS_INTERSECT } from '../../../../software/bedtools/intersect/main.nf' addParams( options: [:] )
|
||||||
|
|
||||||
|
|
||||||
workflow test_bedtools_intersect {
|
workflow test_bedtools_intersect {
|
||||||
def input = []
|
def input = []
|
||||||
input = [ [ id:'test'],
|
input = [ [ id:'test'],
|
||||||
|
@ -13,4 +12,3 @@ workflow test_bedtools_intersect {
|
||||||
|
|
||||||
BEDTOOLS_INTERSECT( input )
|
BEDTOOLS_INTERSECT( input )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue