mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
update test
This commit is contained in:
parent
0b090a6b6d
commit
1d67489056
1 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue