-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genbank tm shorthand unknown #94
Comments
Thank you for bringing attention to this, I managed to reproduce this issue (probably |
Thank you for looking into this. Does the web app require the dev branch to be merged into the master branch for the fix to take effect? |
Yes it needs to be merged, but more importantly the website needs to be built again. For that I'll have to update the website code and packages as well, so it will take quite some time unfortunately.. |
If the app update is a blocker, note that
So this would just require a new pypi release with the fix (or installing from the dev branch). |
Yes, I can make a new release (probably only next week though). |
When I submit an annotated Genbank file to the API with an annotation to constrain the melting temperature of a region it returns "Program error: Unknown specification tm".
E.g.
@tm(50-55C)
Is this a bug or is the tm specification meant to be used in a different way to that described in the API notes?
The text was updated successfully, but these errors were encountered: