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
genes/models.py is copied from django-genes and converted to Python 3 by 2to3 command. @mhuyck raised some good questions when reviewing the PR #1: https://github.com/greenelab/py3-adage-backend/pull/1/files#diff-c72e57d6973b30333ee5ea17efb052ac
genes/models.py
django-genes
2to3
The other issues for the migration includes:
genes/tests.py
genes/api.py
The text was updated successfully, but these errors were encountered:
APIs that are supported in original django-genes:
Sorry, something went wrong.
All modules in organisms have been ported to Python 3.
organisms
Most modules in genes have been ported to Python 3, except the following two management commands that were written for Tribe:
genes
Tribe
django-organisms
No branches or pull requests
genes/models.py
is copied fromdjango-genes
and converted to Python 3 by2to3
command. @mhuyck raised some good questions when reviewing the PR #1:https://github.com/greenelab/py3-adage-backend/pull/1/files#diff-c72e57d6973b30333ee5ea17efb052ac
The other issues for the migration includes:
genes/tests.py
to Python 3django-genes
to Python 3genes/api.py
The text was updated successfully, but these errors were encountered: