Skip to content

Commit 7af2a61

Browse files
committed
Fix path to report files in default test
1 parent 649b605 commit 7af2a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/default.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ nextflow_pipeline {
148148
outdir = "$outputDir"
149149
contrasts_yml = null
150150
contrasts = "https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.contrasts.csv"
151-
report_file = "/workspace/differentialabundance/assets/quarto.qmd,/workspace/differentialabundance/assets/differentialabundance_report.qmd"
151+
report_file = "$projectDir/assets/quarto.qmd,$projectDir/assets/differentialabundance_report.qmd"
152152
}
153153
}
154154

0 commit comments

Comments
 (0)