Skip to content

Commit

Permalink
Use read counts to compute scaling factor for p-value bedGraph files -
Browse files Browse the repository at this point in the history
…fix #7
  • Loading branch information
emi80 committed Dec 24, 2021
1 parent 58d5c45 commit cbc1503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipseq-pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ process narrowPeakCallNoInput {
}

crossedBams.map{ c, t ->
[t[0], t[4], c[4]]
[t[0], t[6], c[6]]
}.cross(pileupBedGraphFiles)
.map { r, s ->
def (treat, control) = r[1..-1] as long[]
Expand Down

0 comments on commit cbc1503

Please sign in to comment.