Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes (mostly for ARM compatibility) and long read test data #40

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion FindJunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct _junction
char line[LINE_SIZE] ;
char col[11][LINE_SIZE] ; // The option fields is not needed.
char strand ; // Extract XS field
char noncanonStrandInfo ;
signed char noncanonStrandInfo ;
//bool secondary ;
int NH ;
int editDistance ;
Expand Down
2 changes: 1 addition & 1 deletion Vote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int CompDouble( const void *p1, const void *p2 )

int main( int argc, char *argv[] )
{
int i, j, k ;
int i, j, k = 0 ;
double minAvgDepth = 1.0 ;
double fraction = 1.0 ;
int minSampleCnt = 3 ;
Expand Down
1 change: 1 addition & 0 deletions alignments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ class Alignments
}
if ( gcCnt >= threshold * b->core.l_qseq )
return true ;
return false;
}

void GetGeneralInfo( bool stopEarly = false )
Expand Down
Binary file added example/l1.bam
Binary file not shown.