DEploid-dev / DEploid

dEploid is designed for deconvoluting mixed genomes with unknown proportions. Traditional ‘phasing’ programs are limited to diploid organisms. Our method modifies Li and Stephen’s algorithm with Markov chain Monte Carlo (MCMC) approaches, and builds a generic framework that allows haloptype searches in a multiple infection setting.
http://deploid.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
20 stars 10 forks source link

Problem with valgrind and zlib #137

Closed shajoezhu closed 8 years ago

shajoezhu commented 8 years ago

Initialize of using zlib fails https://travis-ci.org/mcveanlab/DEploid/jobs/155613918#L1223

https://circleci.com/gh/mcveanlab/DEploid/285

This is not a bug, this is due to zlib 1.2.3.4, see http://zlib.net/zlib_faq.html#faq36

Tried to resolve this by installing zlib on travis and circle ci, which is diffcult to resolve