Skip to content

Commit

Permalink
Plugin with version to not check/update when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatBarba committed Mar 13, 2024
1 parent 62f4638 commit 567c64c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/nextflow/tests/workflows/nextflow_test.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ nextflowVersion = '!>=23.01'
// Set default for NXF_WORK
NXF_WORK = System.getenv("NXF_WORK") ?: "$PWD/work"

plugins {
id '[email protected]'
}

params {
cache_dir = "$NXF_WORK/cache"
storeDir_latency = 5
Expand Down

0 comments on commit 567c64c

Please sign in to comment.