mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Correct channel declaration on bedtools_maskfasta
This commit is contained in:
parent
25db9bc648
commit
7536b386a5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ nextflow.enable.dsl = 2
|
|||
include { BEDTOOLS_MASKFASTA } from '../../../../software/bedtools/maskfasta/main.nf' addParams( options: [:] )
|
||||
|
||||
workflow test_bedtools_maskfasta {
|
||||
def input,fasta = []
|
||||
def bed,fasta = []
|
||||
bed = [ [ id:'test'],
|
||||
file("${launchDir}/tests/data/bed/C.bed", checkIfExists: true) ]
|
||||
fasta = [ file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true) ]
|
||||
|
|
Loading…
Reference in a new issue