r-bioinformatics / edgePy

A Python implementation of edgeR for differential expression analysis
https://edgepy.readthedocs.io
MIT License
96 stars 10 forks source link

Change zipfile decompression to use smart_open library (fixes #49) #50

Closed Carbyne closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by 2%. The diff coverage is 100%.

@@          Coverage Diff           @@
##           master     #50   +/-   ##
======================================
+ Coverage    88.3%   90.4%   +2%     
======================================
  Files           3       3           
  Lines         146     136   -10     
  Branches       25      23    -2     
======================================
- Hits          129     123    -6     
+ Misses          8       7    -1     
+ Partials        9       6    -3
Carbyne commented 6 years ago

I've added an issue #52 for documentation of the io submodule.

clintval commented 6 years ago

Woops looks like I have review dismissal turned on. @apfejes if you could give another :+1:.

Edit: turned review dismissal off as it's annoying.