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

Flatten splitCSV to fix output erro.

parent 01c21d3c
Branches
Tags
No related merge requests found
......@@ -319,6 +319,7 @@ process poolAndPsuedoReads {
experimentRows = experimentPoolObjs
.collect()
.splitCsv(sep:'\t', header: true)
.flatten()
.map { row -> [ row.sample_id, row.tag_align, row.xcor, row.experiment_id, row.biosample, row.factor, row.treatment, row.replicate, row.control_id, row.control_tag_align] }
// Call Peaks using MACS
......
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