Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed May 15, 2020
1 parent c6c1c48 commit 4f9e6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/FindPam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ int findpam(int argc, const char **argv, const Command& command) {
}
std::vector<std::string> columns = Util::split(line, "\t");
size_t tsetid = Util::fast_atoi<size_t>(columns[0].c_str());
// should we not call getId first? is this not a key?
size_t contigid = Util::fast_atoi<size_t>(setReader.getDataByDBKey(tsetid, thread_idx));
char *data = targetReader.getDataByDBKey(contigid, thread_idx);
size_t qstart = Util::fast_atoi<size_t>(columns[5].c_str()) - 1;
Expand Down

0 comments on commit 4f9e6bb

Please sign in to comment.