Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
7
Star
20
Fork
20
ExpressionAnalysis
/
ea-utils
Code
Issues
19
Pull requests
3
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
No commit message
Loading branch information
...
1 parent
722be94
commit
fb9245cf424345e0bb47e72df2eab499500ada5b
earonesty
committed
Sep 25, 2014
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
clipper/varcall.cpp
Show comments
View
2
clipper/varcall.cpp
@@ -1019,7 +1019,7 @@ inline void PileupSummary::Parse(char *line, PileupReads &rds, tidx *adex, char
}
int
meanreadlen = rds.
MeanReadLen
();
-
int
maxdepthbypos = meanreadlen <=
0
?
10
:
max
(
10
,
round
(
10
* artifact_filter * (Depth/meanreadlen)));
+
int
maxdepthbypos = meanreadlen <=
0
?
10
:
min
(
10
,
round
(
10
* artifact_filter * (Depth/meanreadlen)));
Calls.
clear
();
Toggle all file notes
0 comments on commit
fb9245c
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
fb9245c