Skip to content
Snippets Groups Projects
Commit ac16a48e authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove test code.

parent 83e1537d
Branches
Tags
No related merge requests found
#!/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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment