Skip to content

Commit

Permalink
Update nf-validation to nf-schema
Browse files Browse the repository at this point in the history
Use fixed version to prevent plugin check every time we run the pipeline (in particular when running tests)
  • Loading branch information
MatBarba committed Jul 17, 2024
1 parent 9d8eefa commit ba99bd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/nextflow/workflows/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ nextflowVersion = '!>=23.01'
NXF_WORK = System.getenv("NXF_WORK") ?: "$PWD/work"
ENSEMBL_ROOT_DIR = System.getenv("ENSEMBL_ROOT_DIR") ?: "$PWD"

plugins {
id 'nf-validation'
}

plugins { id '[email protected]' }

params {
help = false
Expand Down

0 comments on commit ba99bd1

Please sign in to comment.