Skip to content

Commit

Permalink
more sequery
Browse files Browse the repository at this point in the history
  • Loading branch information
blackrim committed Jun 18, 2012
1 parent 0dd2711 commit 161b8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SQLiteConstructor.cpp
Expand Up @@ -1110,7 +1110,7 @@ void SQLiteConstructor::get_same_seqs_openmp_SWPS3_justquery(vector<Sequence> &
}
justqueryvec.push_back(maxide);
justqueryvec2.push_back(maxcov);
justqueryname.push_back(seqs[i].get_name());
justqueryname.push_back(seqs[i].get_ncbi_gi_id());
if (maxide >= identity && maxcov >= coverage){
keep_seqs_rc_map[&seqs[i]] = rc;
//with this we don't have to keep track of rc anymore unless we want to
Expand Down

0 comments on commit 161b8b1

Please sign in to comment.