Alan Silva

Results 109 comments of Alan Silva

> I spent my whole morning testing this, and I found a related bug on htslib 1.11 (either from bioconda or compiled from source ), where none of the htslib...

Many thank @ccwang002 I got a workable solution and, no, `conda` did not work for me. I will stop nagging you guys, but conda is a dead end for me....

Sorry guys, now I'm trying to get `cyvcf2` to work with Linux Ubuntu 18 or 20 (intel). This is my test case: ``` python from cyvcf2 import VCF # Public...

I would be more than happy to have v0.11.6 from a deb package but I need it for Ubuntu 18.04 and this is not available AFAIK, **python3-cyvcf2** is only in...

Thanks @ccwang002! That nailed the problem, I can at least got one solution finally working. I'll close and I hope you guys may address the pip issues.

Here I'm again, now trying to install on macOS Big Sur 11.3.1, cyvcf2 version 0.30.8 from github, following instructions for Mac with Brew, but using `autoconf` from source, since brew...

Long post! ### Mac details: ``` System Version: macOS 11.4 (20F71) Big Sur, Intel Kernel Version: Darwin 20.5.0 Homebrew 3.1.9-58-g7ae9cc3 Homebrew/homebrew-core (git revision 35ed9f432a; last commit 2021-05-28) Homebrew/homebrew-cask (git revision...

Thanks a lot @brentp, it did work.

Sorry guys but something in `0.30.14` is broken, it does not work with S3 anymore. Try this to reproduce the error: ```bash docker run --rm -i -t amazonlinux:latest bash #...

I have the same issue. It's impossible to use `openbabel` with python virtual env. I really need the openbabel python binding in a poetry env. This is a simple way...