Skip to content
Snippets Groups Projects
Commit 416472ba authored by PLian's avatar PLian
Browse files

Add support for Astrocyte 0.4.0

parent c2938fbe
Branches
Tags
No related merge requests found
Pipeline #7863 failed with stages
in 18 minutes and 28 seconds
......@@ -20,6 +20,17 @@ description: |
in a test file. It can be used as a template to develop workflows, and as to
test the astrocyte platform.
# The Astrocyte version it requires to run this workflow
astrocyte_version: '0.4.0'
# The Nextflow version it requires to run this workflow
nextflow_version: '20.01.0'
# (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 missing the default value 'none' will be used.
container: 'singularity'
# The version of singularity to use. This is required if container == 'singularity'
singularity_version: '3.5.3'
# -----------------------------------------------------------------------------
# DOCUMENTATION
# -----------------------------------------------------------------------------
......
executor {
name = 'local'
cpus = 1
}
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