We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for making this, just the tool I was looking for!
However, both the web app and the python package throw an error when trying to optimize for >2 species:
ERROR - Request failed with status code: 500 JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Is this functionality supported by the tool?
The text was updated successfully, but these errors were encountered:
Hey @idlutz thanks for opening up an issue.
Are you able to give me some data you used as input so I may try to reproduce this? It should definitely work with >2 species.
Let me know and I'll look into it!
Sorry, something went wrong.
Thanks for getting back so quickly.
Here is an example that produces an error using the python package:
import optipyzer api = optipyzer.API() protein_seq = "EVQLVESGGGLVQPGRSLRLSCAASGFTFDDYAMHWVRQAPGKGLEWVSAITWNSGHIDYADSVEGRFTISRDNAKNSLYLDMNSLRAEDTAVYYCAKVSYLSTASSLDYWGQGTLVTVSSASTKGPSVFPLAPSSKSTSGGTAALGCLVKDYFPEPVTVSWNSGALTSGVHTFPAVLQSSGLYSLSSVVTVPSSSLGTQTYICNVNHKPSNTKVDKKI" result = api.optimize( seq=protein_seq, seq_type="protein", weights={"e_coli":1, "human": 1, "yeast":1}, ) print(result['optimized_sd'])
The web app also produces an error with the same example.
No branches or pull requests
Thanks for making this, just the tool I was looking for!
However, both the web app and the python package throw an error when trying to optimize for >2 species:
ERROR - Request failed with status code: 500
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Is this functionality supported by the tool?
The text was updated successfully, but these errors were encountered: