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