Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 12, 2019
1 parent a9650a7 commit b2219e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HisMaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5462,7 +5462,7 @@ void HisMaker::callBAF(string *user_chroms,int n_chroms,bool useGCcorr, bool use
for(int i=0;i<segstart.size();i++) if((segend[i]-segstart[i])<minbs) {
segstart.erase(segstart.begin()+i);
segend.erase(segend.begin()+i);
if((i+1)<segstart.size())) {
if((i+1)<segstart.size()) {
pval.erase(pval.begin()+i);
if(i>0) {
double s=0;
Expand Down

0 comments on commit b2219e5

Please sign in to comment.