You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`strict` argument to `Gene.translate` to control translation of ambiguous codons with unambiguous translation ([#54](https://github.com/althonos/pyrodigal/issues/54)).
17
+
-`strict_translation` argument to `Genes.write_genbank` and `Genes.write_translation`.
18
+
- Support for translation tables 26 to 33 in `Gene.translate`.
19
+
- Support for translation tables 26, 29, 30, 32 and 33 in `GeneFinder.train`.
20
+
-`Genes.score` property to count the total score of all extracted genes.
21
+
-`full_id` parameter to `Genes.write_gff`, `Genes.write_translation` and `Genes.write_genes` to control the `ID` field written for each gene ([#53](https://github.com/althonos/pyrodigal/issues/53)).
22
+
23
+
### Changed
24
+
-`Gene.translate` now raises a warning when called with a translation table incompatible with the training info.
25
+
26
+
### Fixed
27
+
- Bug in code for masking trailing nucleotides ([#55](https://github.com/althonos/pyrodigal/issues/55)).
0 commit comments