Skip to content

Commit

Permalink
Fix a typo when update file count with SRA
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jun 11, 2020
1 parent f12224d commit 308b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ static void driver(

int fileCnt = mates1.size() + queries.size(); // the order should be consistent with the wrapper
#ifdef USE_SRA
fileCnt += sra_accs ;
fileCnt += sra_accs.size() ;
#endif

for ( int fileIdx = 0 ; fileIdx < fileCnt ; ++fileIdx )
Expand Down

0 comments on commit 308b574

Please sign in to comment.