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