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