-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add python3 compatibility #299
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…if no GO categories were enriched
…for checking domain of GO term
Gene ontology
* 'master' of github.com:YeoLab/flotilla: (31 commits) Add GO to release notes fix bug addded while linting fix pep8 remove plot_study_sample_legend because it's unused Fix lint errors because pyflakes got majorly strict remove go.py (replaced with the data model) Fix tests and add more for a total of 98% coverage! add example gene ontology data Add tests for gene ontology data Sort dataframe by p value Make GeneOntologyData accessible from base flotilla also check that features of interest overlap with GO term make sure provided domains are converted to frozenset, and fix logic for checking domain of GO term access 0th value because 0th item by series may not be valid better error message also say error for why species data wasn't loaded df.empty is attribute, not method make sure to create defaultdict properly Add go term domains and name to growing defaultdict, and return None if no GO categories were enriched stdout --> warnings ...
…changed wb to wt for gzip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check for code coverage. To run code coverage on only the file you changed,
for example
flotilla/compute/splicing.py
, use this command:py.test --cov flotilla/compute/splicing.py --cov-report term-missing flotilla/test/compute/test_splicing.py
which will show you which lines aren't covered by the tests.
numpydoc
style docstrings?
examples/
, and is that notebook added todoc/tutorial.rst
?.py
filein
examples/
?make pep8
andmake lint
outputchanges were made?