Skip to content
Snippets Groups Projects
Commit 3cea5527 authored by John Lafin's avatar John Lafin
Browse files

Update nextflow version to 23.04.3

parent e5910839
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ minimum_astrocyte_version: '2.0.0'
# The Nextflow version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.31.0 will be assigned automatically. Please make sure the requested nextflow version is available
# in the module list.
nextflow_version: '22.04.5'
nextflow_version: '23.04.3'
# (Optional) The Nextflow config file to use for this workflow. If provided, the file should exist in workflow/configs
nextflow_config: 'biohpc.config'
# The container to use for this workflow, none/singularity. If omitted, the default value 'none' will be used.
......
......@@ -4,3 +4,11 @@ process {
queue = '256GB,256GBv1,128GB'
time = '8h'
}
// Overwrite execution report files
// Required for nextflow version >22.10.0
trace.overwrite = true
dag.overwrite = true
timeline.overwrite = true
report.overwrite = true
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment