mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 12:42:08 -05: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'], checkIfExists: true),
|
||||||
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
|
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
|
||||||
|
|
||||||
af_file = []
|
af_file = [[],[]]
|
||||||
gen_map = []
|
gen_map = []
|
||||||
regions = []
|
regions = []
|
||||||
targets = []
|
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'], checkIfExists: true),
|
||||||
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
|
file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)]
|
||||||
|
|
||||||
af_file = []
|
af_file = [[],[]]
|
||||||
gen_map = []
|
gen_map = []
|
||||||
regions = []
|
regions = []
|
||||||
targets = []
|
targets = []
|
||||||
|
|
Loading…
Reference in a new issue