From 0fee5c77d6282f581a072677d75932e5247c4315 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 27 Apr 2020 21:12:47 -0500 Subject: [PATCH] Fix next line in trackStart --- workflow/rna-seq.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf index 400a429..d735607 100644 --- a/workflow/rna-seq.nf +++ b/workflow/rna-seq.nf @@ -56,7 +56,7 @@ process trackStart { ulimit -a export https_proxy=\${http_proxy} - curl -H 'Content-Type: application/json' -X PUT -d + curl -H 'Content-Type: application/json' -X PUT -d \ '{ \ "sessionId": "${workflow.sessionId}", \ "pipeline": "gudmap.rbk_rnaseq", \ -- GitLab