Skip to content
Snippets Groups Projects
Commit 23af414c authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change astrocyte param to be select

parent b0677edf
Branches
Tags
2 merge requests!29Develop,!26Develop
Pipeline #3235 failed with stages
in 7 seconds
......@@ -151,10 +151,12 @@ workflow_parameters:
10x cellranger version.
- id: astrocyte
type: string
required: true
type: select
default: 'true'
regex: "true"
choices:
- [ 'true', 'true']
required: true
regex: 'true'
description: |
Ensure configuraton for astrocyte.
......
......@@ -9,15 +9,15 @@ process {
}
$count211 {
module = ['cellranger/2.1.1']
memory = '120GB'
queue = '128GB,256GB,256GBv1,384GB'
}
$count301 {
module = ['cellranger/3.0.1']
memory = '120GB'
queue = '128GB,256GB,256GBv1,384GB'
}
$count302 {
module = ['cellranger/3.0.2']
memory = '120GB'
queue = '128GB,256GB,256GBv1,384GB'
}
}
......
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