Skip to content

Commit

Permalink
output cpm scaling factor into log file
Browse files Browse the repository at this point in the history
  • Loading branch information
evantarbell committed Sep 11, 2019
1 parent 2f7b0e7 commit b28bf8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HMMR_ATAC/Main_HMMR_Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public static void main(String[] args) throws IOException {

//calculate the cpm scaling factor for input into FragPileupGen. Use cpmScale=1 for no scaling
double cpmScale = pileupData.getCPMScale()/1000000;
log.println("ScalingFactor\t"+cpmScale);

pileupData = null;

Expand Down

0 comments on commit b28bf8c

Please sign in to comment.