Kieron Taylor
Kieron Taylor
```#!/usr/bin/env perl -w use strict; use Bio::Tools::CodonTable; my $table = Bio::Tools::CodonTable->new(); for my $codon (qw/NNN NN N ATG TAG TAA TGA/) { if ($table->is_start_codon($codon)) { print "$codon is a start...
I suppose I should clarify that my issue arises on the default codon table, but could nonetheless arise on alternate tables too.
Just to note that aiodataloader seems to be unmaintained at this time. I put in a request to remove a deprecated python import months ago and it has gone neglected.
Just dropping in, having tried 3.0.0rc5 against our MySQL schema. - I am seeing the double `CHAR` import as above. Most of the imports don't collide because of the mysql...