codon-usage-tables icon indicating copy to clipboard operation
codon-usage-tables copied to clipboard

:bar_chart: Codon usage tables in code-friendly format + Python bindings

Results 1 codon-usage-tables issues
Sort by recently updated
recently updated
newest added

I've used pandas df.to_csv() to write out a custom codon table [codon_table.csv](https://github.com/user-attachments/files/16568039/codon_table.csv) reading this table gives an error when reading the last line. adding the length check ( `if len(line)>3:`)...