We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a93e7c commit 6cc4f19Copy full SHA for 6cc4f19
1 file changed
tests/default.nf.test
@@ -12,7 +12,7 @@ nextflow_pipeline {
12
params {
13
outdir = "$outputDir"
14
interproscan_tar_gz = null
15
- interproscan_database = "$projectDir/modules/nf-core/interproscan/tests/fixtures/interproscan_db/data"
+ interproscan_database = "$projectDir/modules/local/interproscan/tests/fixtures/interproscan_db/data"
16
interproscan_database_version = "5.73-104.0"
17
18
}
0 commit comments