Skip to content
Snippets Groups Projects
Commit 13a0f3d8 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Fix astrocyte bool

parent 30e24505
2 merge requests!70Develop,!68Track.pipeline
Pipeline #6722 passed with stages
in 7 minutes and 29 seconds
...@@ -94,7 +94,7 @@ process trackStart { ...@@ -94,7 +94,7 @@ process trackStart {
"pipeline": {"S": "cellranger_count"}, \ "pipeline": {"S": "cellranger_count"}, \
"projectDir": {"S": "${workflow.projectDir}"}, \ "projectDir": {"S": "${workflow.projectDir}"}, \
"start": {"S": "${workflow.start}"}, \ "start": {"S": "${workflow.start}"}, \
"astrocyte": {"BOOL": ${params.astrocyte}"}, \ "astrocyte": {"BOOL": ${params.astrocyte}}, \
"status": {"S": "started"}}' "status": {"S": "started"}}'
""" """
} }
......
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