mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
tests: add input to test_data.config
This commit is contained in:
parent
d5e077a2e9
commit
f26979c44e
2 changed files with 3 additions and 2 deletions
|
@ -328,6 +328,8 @@ params {
|
|||
test_rnaseq_vcf = "${test_data_dir}/genomics/homo_sapiens/illumina/vcf/test.rnaseq.vcf"
|
||||
test_sv_vcf = "${test_data_dir}/genomics/homo_sapiens/illumina/vcf/sv_query.vcf.gz"
|
||||
|
||||
test_mito_vcf = "${test_data_dir}/genomics/homo_sapiens/illumina/vcf/NA12878_chrM.vcf.gz"
|
||||
|
||||
test_pytor = "${test_data_dir}/genomics/homo_sapiens/illumina/pytor/test.pytor"
|
||||
|
||||
test_flowcell = "${test_data_dir}/genomics/homo_sapiens/illumina/bcl/flowcell.tar.gz"
|
||||
|
|
|
@ -8,8 +8,7 @@ workflow test_haplocheck {
|
|||
|
||||
input = [
|
||||
[ id:'test' ], // meta map
|
||||
// TODO: change to "params.test_data[]"
|
||||
file("https://github.com/nf-core/test-datasets/raw/5101234ce48c3eb08adeed922e30a6e57e4fe5fb/testdata/NA12878_chrM.vcf.gz", checkIfExists: true)
|
||||
file(params.test_data['homo_sapiens']['illumina']['vcf']['test_mito_vcf'], checkIfExists: true)
|
||||
]
|
||||
|
||||
HAPLOCHECK ( input )
|
||||
|
|
Loading…
Reference in a new issue