0.5.2
Changed
- Make
Pyrodigal.train
return a reference to the newly createdTrainingInfo
for inspection if needed. - Reimplement
add_nodes
andadd_genes
to use a growable array instead of counting and pre-allocating the C arrays.
Fixed
- Inconsistent handling of unknown nucleotides in input sequences and gene translations.