Skip to content

Commit 2a93e7c

Browse files
committed
Set defaults for interproscan tar gz
1 parent f62f5ad commit 2a93e7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/default.nf.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ nextflow_pipeline {
1111
when {
1212
params {
1313
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+
1418
}
1519
}
1620

0 commit comments

Comments
 (0)