-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve heuristics of translating ambiguous nucs
Use a more principled approach, such that we now guarantee that ambiguous DNA and RNA is translated to exactly the set of amino acids the genetic code corresponds to.
- Loading branch information
1 parent
1737991
commit 4839f27
Showing
4 changed files
with
63 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "BioSequences" | ||
uuid = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59" | ||
authors = ["Sabrina Jaye Ward <[email protected]>", "Jakob Nissen <[email protected]>"] | ||
version = "3.1.5" | ||
version = "3.1.6" | ||
|
||
[deps] | ||
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters