From a3c35282fbb3fcf6aacc7dbd374b2b7ee7e841fe Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sat, 28 Oct 2017 08:13:08 -0500 Subject: [PATCH] Fix typo in addig in experimentId. --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index 6c560aa..7cbe553 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -80,7 +80,7 @@ process trimReads { input: - set sampleId, reads, experimentId biosample, factor, treatment, replicate, controlId from rawReads + set sampleId, reads, experimentId, biosample, factor, treatment, replicate, controlId from rawReads output: -- GitLab