Skip to content

Commit cbc1503

Browse files
committed
Use read counts to compute scaling factor for p-value bedGraph files - fix #7
1 parent 58d5c45 commit cbc1503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipseq-pipeline.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ process narrowPeakCallNoInput {
444444
}
445445

446446
crossedBams.map{ c, t ->
447-
[t[0], t[4], c[4]]
447+
[t[0], t[6], c[6]]
448448
}.cross(pileupBedGraphFiles)
449449
.map { r, s ->
450450
def (treat, control) = r[1..-1] as long[]

0 commit comments

Comments
 (0)