We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1862f2 commit d27f033Copy full SHA for d27f033
tests/main.validate.nf.test
@@ -29,7 +29,7 @@ nextflow_pipeline {
29
params {
30
project = "test-job"
31
build = "hg19"
32
- files = "$projectDir/tests/data/input/chr20-phased/*.vcf.gz"
+ files = "$projectDir/tests/data/input/invalid-path/*.vcf.gz"
33
allele_frequency_population = "eur"
34
mode = "qc-only"
35
refpanel_yaml = "$projectDir/tests/data/refpanels/hapmap2/cloudgene.yaml"
0 commit comments