From 14ac19465a0e4c58ee6ec6fa73eab99286d6f398 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 3 May 2019 20:23:20 -0500 Subject: [PATCH] Put check design ouput in misc --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index 78f6fa5..9577b4f 100755 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -57,7 +57,7 @@ outDir = params.outDir process checkDesignFile { - publishDir "$outDir/${task.process}/$name", mode: 'copy' + publishDir "$outDir/misc/${task.process}/$name", mode: 'copy' input: -- GitLab