Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaceves committed Dec 15, 2023
1 parent 2a8a70f commit 72f4f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/saga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ int preprocess_reads(std::string bam, std::string bed, std::string bam_out,
start_pos = aln->core.pos;
}
//TESTLINES
//if(start_pos > 3000){
// continue;
//}
/*if(start_pos > 3000){
continue;
}*/
overlapping_primers.clear();
if(strand == '+'){
for(uint32_t i=start_pos-10; i < start_pos+10; i++){
Expand Down

0 comments on commit 72f4f75

Please sign in to comment.