Correct channel declaration on bedtools_maskfasta

This commit is contained in:
JoseEspinosa 2021-02-09 17:56:01 +01:00
parent 25db9bc648
commit 7536b386a5

View file

@ -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) ]