SciLifeLab / bcbb

Useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
10 stars 11 forks source link

Hotfix - Cython is now required #228

Closed guillermo-carrasco closed 12 years ago

guillermo-carrasco commented 12 years ago

The installation of the pipeline is failing. The new version of pysam (updated 4 days ago) requires cython >= 0.16, but it is not installed by default. I added it as a dependency in the pipeline.

guillermo-carrasco commented 12 years ago

It failed again in traivs, strange, as it was working locally.