YeoLab / flotilla

Reproducible machine learning analysis of gene expression and alternative splicing data
http://yeolab.github.io/flotilla/docs
BSD 3-Clause "New" or "Revised" License
121 stars 26 forks source link

Make "external" truly "external" #121

Closed olgabot closed 9 years ago

olgabot commented 10 years ago

Right now, flotilla/external.py contains a bunch of code that interacts with external objects, but it should be "external code", i.e. code that we didn't write, e.g. six, joblib, and other single-file packages that we may want in our code.

Note: This is related to Python 3 compatibility (https://github.com/YeoLab/flotilla/issues/23) since we'll want to use six to straddle the python2 and python3 codebases.

olgabot commented 9 years ago

fixed here probably https://github.com/YeoLab/flotilla/pull/124