Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GUDMAP_RBK
RNA-seq
Commits
77c4e3fd
Commit
77c4e3fd
authored
Jan 12, 2021
by
Gervaise Henry
🤠
Browse files
Merge branch 'develop' into 'master'
Fix complete/fail date tracking passing See merge request
!59
parents
5671d78b
71592755
Pipeline
#8972
passed with stages
in 3 minutes and 8 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
workflow/rna-seq.nf
View file @
77c4e3fd
...
...
@@ -2158,7 +2158,7 @@ process finalizeExecutionRun {
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}", \
"Complete": "\${dt}" \
"Complete": "
'
\${dt}
'
" \
}' \
"https://9ouc12dkwb.execute-api.us-east-2.amazonaws.com/prod/db/track"
"""
...
...
@@ -2248,7 +2248,7 @@ process failPreExecutionRun {
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}", \
"Failure": "\${dt}" \
"Failure": "
'
\${dt}
'
" \
}' \
"https://9ouc12dkwb.execute-api.us-east-2.amazonaws.com/prod/db/track"
"""
...
...
@@ -2339,7 +2339,7 @@ process failExecutionRun {
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}", \
"Failure": "\${dt}" \
"Failure": "
'
\${dt}
'
" \
}' \
"https://9ouc12dkwb.execute-api.us-east-2.amazonaws.com/prod/db/track"
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment