Skip to content

Commit

Permalink
v11.2: better fit of GC-content bias in contaminated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
valeu committed Jan 23, 2018
1 parent 5b1748b commit ec1917d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/freec
Binary file not shown.
2 changes: 1 addition & 1 deletion src/myFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ std::string stringFromBool (bool value) {
}

float runEM (const vector<float>& x,const vector<float>& y,double * a, int degree, int & NumberOfIterations,int ploidy, int maximalNumberOfCopies, bool intercept, float contamination) {

if (contamination==0) contamination=0.3; //starting from v11.2 - to improve the fit
float rmserror = -1;

if (x.size() != y.size()) {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VERSION_H

const double VERSION_OFFSET = 3;
const double FREEC_VERSION = 11.1;
const double FREEC_VERSION = 11.2;
const double CONTROL_FREEC_VERSION = FREEC_VERSION - VERSION_OFFSET;

#endif

0 comments on commit ec1917d

Please sign in to comment.