Skip to content

Commit

Permalink
1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
valeu committed Aug 9, 2018
1 parent dfc4cb7 commit b860e74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/HMCan
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void Profiler::build_single_profile(vector<DNA_fragment >& tags, string chr, boo
}
}

if (pairedEnds_) { //divide density by 2 for PE datasets:
if (pairedEnds_ && isChIPseq_) { //divide density by 2 for PE datasets:
for(int i=0;i<sampled_sizes[chr];i++){
if(targetORcontrol)
sampled_target_density[chr][i] =sampled_target_density[chr][i]/2.0;
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace std;
#include"Reader.h"
#include "HMCan.h"
#include "Parser.h"
const double HMCAN_VERSION = 1.41;
const double HMCAN_VERSION = 1.42;

static void print_version()
{
Expand Down

0 comments on commit b860e74

Please sign in to comment.