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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//update current end to be at least as big as the start of the read pair in the fragment?? -> maybe not because then I could introduce some false positives with paired reads mapped badly
579
-
580
-
/*
581
-
if(guides) { // I need to adjust end according to guides
582
-
while( ng_end+1 < ng && (int)(*guides)[ng_end+1]->start<=currentend) {
583
-
ng_end++;
584
-
if(currentend < (int)(*guides)[ng_end]->end) {
585
-
currentend=(*guides)[ng_end]->end;
586
-
}
587
-
}
588
-
}
589
-
*/
590
578
} //for each read alignment
591
579
if (guided && no_ref_used)
592
580
GMessage("WARNING: no reference transcripts were found for the genomic sequences where reads were mapped!\n"
0 commit comments