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