Skip to content

Commit

Permalink
Solved segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
vellamike committed Jan 10, 2024
1 parent a6a203e commit ba26224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dorado/utils/sequence_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ int count_trailing_chars(const std::string_view adapter, char c);
* 3. The newly computed move table (std::vector<uint8_t>).
* If the move table cannot be computed, returns (-1, -1) and an empty vector.
*/
std::tuple<int, int, std::vector<uint8_t>> realign_moves(const std::string& query_sequence,
std::tuple<int, int, std::vector<uint8_t>> realign_moves(const std::string& query_sequence,
const std::string& target_sequence,
const std::vector<uint8_t>& moves);
Expand Down

0 comments on commit ba26224

Please sign in to comment.