Skip to content

Commit b0ae907

Browse files
committed
Fix script and data location
1 parent 183d00f commit b0ae907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/microarray.nf.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nextflow_pipeline {
22

33
name "Test Workflow main.nf"
4-
script "workflows/simulation.nf"
4+
script "main.nf"
55

66
test("Microarray chip simulation DNA hg19") {
77

@@ -59,8 +59,8 @@ nextflow_pipeline {
5959
when {
6060
params {
6161
project = "r2_calculation_hg19"
62-
workflow_name = "r2"
63-
strand_data = "$projectDir/tests/data/imputed_data/hg19/*strand"
62+
workflow_name = "r2"
63+
imputed_data = "$projectDir/tests/data/imputed_data/hg19/*vcf.gz"
6464
sequence_data = "$projectDir/tests/data/sequence_data/hg19/*vcf.gz"
6565
}
6666
}

0 commit comments

Comments
 (0)