-
Notifications
You must be signed in to change notification settings - Fork 12
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
BiopythonDeprecationWarning #6
Comments
Hi, ran into this as well.
|
The attached patch applies cleanly to the 1.0.1 source tarball:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A warning msg received when executing SeqSero:
Seq.py:345: BiopythonDeprecationWarning: This method is obsolete; please use str(my_seq) instead of my_seq.tostring().
I am using python 2.7 and SeqSero still able to report the Serovar results using the contigs file.
The text was updated successfully, but these errors were encountered: