Skip to content

Commit

Permalink
Hotfix add DNA_M
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Mar 29, 2024
1 parent b1f01e5 commit 974295b
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,7 +1,7 @@
name = "BioMarkovChains"
uuid = "f861b655-cb5f-42ce-b66a-341b542d4f2c"
authors = ["Camilo García-Botero<[email protected]>"]
version = "0.9.2"
version = "0.9.3"

[deps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Expand Down
2 changes: 1 addition & 1 deletion src/BioMarkovChains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using BioSequences:
ACGU,
NucleicAcidAlphabet,
DNA,
DNA_A, DNA_C, DNA_G, DNA_T,
DNA_A, DNA_C, DNA_G, DNA_T, DNA_M
DNAAlphabet,
RNAAlphabet,
Alphabet,
Expand Down

0 comments on commit 974295b

Please sign in to comment.