mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Remove complement suffix from tests
This commit is contained in:
parent
d9443043ab
commit
0b9e32e32d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { BEDTOOLS_COMPLEMENT } from '../../../../software/bedtools/complement/main.nf' addParams( options: [suffix:'.complement'] )
|
||||
include { BEDTOOLS_COMPLEMENT } from '../../../../software/bedtools/complement/main.nf' addParams( options: [:] )
|
||||
|
||||
workflow test_bedtools_complement {
|
||||
def input = []
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
- bedtools
|
||||
- bedtools_complement
|
||||
files:
|
||||
- path: output/bedtools/test.complement.bed
|
||||
- path: output/bedtools/test.bed
|
||||
md5sum: 55a43973abb1a08ac57290ff44f6c502
|
||||
|
|
Loading…
Reference in a new issue