update test

This commit is contained in:
Ramprasad Neethiraj 2022-06-08 16:36:02 +02:00
parent 0b090a6b6d
commit 1d67489056

View file

@ -11,7 +11,7 @@ workflow test_rhocall_annotate {
file(params.test_data['sarscov2']['illumina']['test_vcf_gz'], checkIfExists: true),
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
af_file = []
af_file = [[],[]]
gen_map = []
regions = []
targets = []
@ -28,7 +28,7 @@ workflow test_rhocall_annotate_stub {
file(params.test_data['sarscov2']['illumina']['test_vcf_gz'], checkIfExists: true),
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
af_file = []
af_file = [[],[]]
gen_map = []
regions = []
targets = []