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
1 merge request!13Resolve "Add in Macs2 support"
Pipeline #1217 failed with stage
in 2 hours, 8 minutes, and 21 seconds
......@@ -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