Skip to content

Commit

Permalink
update 2 v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PengJia6 committed Sep 1, 2024
1 parent 640dc26 commit c85d510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified binary/msisensor-pro
Binary file not shown.
2 changes: 1 addition & 1 deletion cpp/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void Window::ScanReads(const std::vector<SPLIT_READ> &readsInWindow,
unsigned short tCount = DoOneRead(readsInWindow[j].ReadSeq, p);
if (isTumor){

std::cout << readsInWindow[j].ReadSeq <<" " << tCount <<" " << p->fbases << "\n";
// std::cout << readsInWindow[j].ReadSeq <<" " << tCount <<" " << p->fbases << "\n";
}
if ((tCount > 0) && (tCount < paramd.s_dispots)) {
if (isTumor) {
Expand Down

0 comments on commit c85d510

Please sign in to comment.