YeoLab / outrigger

Create a *de novo* alternative splicing database, validate splicing events, and quantify percent spliced-in (Psi) from RNA seq data
http://yeolab.github.io/outrigger/
BSD 3-Clause "New" or "Revised" License
61 stars 22 forks source link

Flake8 weirdness #56

Closed olgabot closed 7 years ago

olgabot commented 7 years ago

The build is failing now due to issues with flake8, and the current v0.2.9 version can't be built on the bioconda recipes because flake8 installs through setuptools, which is not allowed. This PR proposes to remove flake8 from dependencies and make a separate lint testing environment for travis.

Before you submit a pull request, check that it meets these guidelines:

olgabot commented 7 years ago

flake8 issue: https://gitlab.com/pycqa/flake8/issues/263