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

Add trackStart

parent c255d989
2 merge requests!37v0.0.1,!29Track.pipeline
Pipeline #6729 passed with stages
in 56 minutes and 24 seconds
......@@ -11,6 +11,9 @@ profiles {
}
process {
withName:trackStart {
container = 'bicf/awscli:1.1'
}
withName:getBag {
container = 'bicf/gudmaprbkfilexfer:1.3'
}
......
......@@ -58,9 +58,9 @@ process trackStart {
--table-name pipeline.tracking \
--item '{ \
"sessionId": {"S": "${workflow.sessionId}"}, \
"pipeline": {"S": "cellranger_count"}, \
"pipeline": {"S": "GUDMAP/RBK RNA-Seq"}, \
"start": {"S": "${workflow.start}"}, \
"astrocyte": {"BOOL": ${params.astrocyte}}, \
"astrocyte": {"BOOL": false}, \
"status": {"S": "started"}, \
"nextflowVersion": {"S": "${workflow.nextflow.version}"}}'
"""
......
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