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

Add trackStart

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