Skip to content

Commit 3bf757b

Browse files
committed
DENOM: Specify 16bit int for ref base (saves warning msg)
1 parent 0242d92 commit 3bf757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/denom.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using namespace BamTools;
2121

2222

2323

24-
bool include_sample(const ModelParams &params, const ReadDataVector fwd, const ReadDataVector rev, const ReadDataVector site_data, int sindex, int ref_base, double pcut, bool central){
24+
bool include_sample(const ModelParams &params, const ReadDataVector fwd, const ReadDataVector rev, const ReadDataVector site_data, int sindex, uint16_t ref_base, double pcut, bool central){
2525

2626
//Can't be included if you don't have 3fwd, 3rev so check that before we do
2727
//any number crunching

0 commit comments

Comments
 (0)