From ac16a48eac1768a435cfcd2fdbc7998ad3c469f1 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sun, 6 Jan 2019 09:07:28 -0600 Subject: [PATCH] Remove test code. --- workflow/main.nf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/workflow/main.nf b/workflow/main.nf index a2eed3d..6843ebb 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -1,11 +1,4 @@ #!/usr/bin/env nextflow -test = Channel -.fromPath('/work/BICF/s163035/builds/932983dd/2/BICF/Astrocyte/chipseq_analysis/work/ce/59578d09be684276dca671e1aea716/unique_experiments.csv') -.splitCsv(sep: '\t', header: true) - .toList() - -println test.size() - // Path to an input file, or a pattern for multiple inputs // Note - $baseDir is the location of this workflow file main.nf -- GitLab