Closed lebolo closed 4 years ago
Quick remarks in case it's useful :
Apparently the repo did not have the latest code, v0.1.9, as on PyPI. This explains why DNA Chisel was using a web_timeout. Updated now both the repo and PyPI to the latest version.
:facepalm: sounds like my mess. Sorry for that Peter and kudos for spotting the problem!
On Sun, Sep 6, 2020 at 11:02 AM Peter Vegh notifications@github.com wrote:
Apparently the repo did not have the latest code, v0.1.9, as on PyPI. This explains why DNA Chisel was using a web_timeout. Updated now both the repo and PyPI to the latest version.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/pull/4#issuecomment-687813013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMR4KQ4G45AKRYFMFWGNOTSEOP6PANCNFSM4PW4VVWQ .
No idea if this is still maintained, but it would be nice to raise an error when the usage table isn't available on the website.
I mainly wanted this feature in https://github.com/Edinburgh-Genome-Foundry/DnaChisel, but didn't see the custom python_codon_tables code in that repo (I believe you add a
web_timeout
there that isn't in this repo?).