mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fixed slop module
This commit is contained in:
parent
93e414635b
commit
7a1c2a2eb5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { BEDTOOLS_SLOP } from '../../../../software/bedtools/slop/main.nf' addParams( options: [args: '-l 15 r 30'] )
|
||||
include { BEDTOOLS_SLOP } from '../../../../software/bedtools/slop/main.nf' addParams( options: [args: '-l 15 -r 30'] )
|
||||
|
||||
workflow test_bedtools_slop {
|
||||
def input = []
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
- bedtools_slop
|
||||
files:
|
||||
- path: output/bedtools/test.slop.bed
|
||||
md5sum: 55a43973abb1a08ac57290ff44f6c502
|
||||
md5sum: 5f6ecc3e3cc6cee9537a1d088b02abec
|
||||
|
|
Loading…
Reference in a new issue