Skip to content

Commit d27f033

Browse files
committed
Change to invalid path
1 parent f1862f2 commit d27f033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.validate.nf.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nextflow_pipeline {
2929
params {
3030
project = "test-job"
3131
build = "hg19"
32-
files = "$projectDir/tests/data/input/chr20-phased/*.vcf.gz"
32+
files = "$projectDir/tests/data/input/invalid-path/*.vcf.gz"
3333
allele_frequency_population = "eur"
3434
mode = "qc-only"
3535
refpanel_yaml = "$projectDir/tests/data/refpanels/hapmap2/cloudgene.yaml"

0 commit comments

Comments
 (0)