From 938c75fdef0644649f7324dd31009495ce03586d Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sun, 22 Oct 2017 17:57:29 -0500 Subject: [PATCH] update output of convertReads. --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index fda3291..a71f30d 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -203,7 +203,7 @@ process convertReads { output: - set sampleId, file('*.tagAlign.gz'), file('*.bedpe.gz'), biosample, factor, treatment, replicate, controlId into dedupReads + set sampleId, file('*.tagAlign.gz'), file('*.bedpe.gz'), biosample, factor, treatment, replicate, controlId into tagReads script: -- GitLab