Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Jul 11, 2024
1 parent 81ab90b commit 62c7d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MIToS"
uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
version = "3.0.1"
version = "3.0.2"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand Down
2 changes: 1 addition & 1 deletion src/MSA/MultipleSequenceAlignment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ end

function getsequencemapping(seq::Union{AnnotatedAlignedSequence,AnnotatedSequence})
seq_id = sequence_id(seq)
_str2int_mapping(getannotsequence(seq, seq_id, "SeqMap"))
_str2int_mapping(getannotsequence(seq, "SeqMap"))
end

# Sequences as strings
Expand Down

0 comments on commit 62c7d9d

Please sign in to comment.