-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install of pysamstats results in ValueError: pysam.libchtslib.HTSFile has the wrong size #12466
Comments
@bgruening or @dpryan79 Do either of you know if pinning |
Hmmm... Come to think of it, perhaps |
Yes, pysam is made for a particular htslib release, I assumed that pinning was already done! Edit: It is in fact, not sure what's happening here. |
Just checked this myself. These errors have been plaguing me for some time. Any help in tracking them down would be appreciated, but at the moment, I'm pretty stumped. |
I suspect this is a weird numpy version problem. For whatever it's worth I get exactly the same error as you do :( |
I wonder what is requiring numpy? I'm wondering if this is actually an issue with stuff in conda-forge? Edit: My bad, I was looking at pysam. Perhaps this recipe should include numpy in host and |
You could |
Hmmm.... Although, this calls for |
You might also look at pytables, since it requires numpy. |
Yeah, but that's in conda-forge and I'm not really familiar with how those packages are built... Edit: Looks like pytables has numpy pinned: https://github.com/conda-forge/pytables-feedstock/blob/master/recipe/meta.yaml#L39 |
I think this means that pysam 0.11.2.2 has htslib pinned, but that is old syntax, does it still work? Would updating that help? bioconda-recipes/recipes/pysam/meta.yaml Line 33 in dc39b5c
|
These days that shouldn't do anything. The |
Package uploads complete: [ci skip] - biocontainers/pysamstats:1.1.2--py27h84994c4_3 - biocontainers/pysamstats:1.1.2--py36h84994c4_3 - biocontainers/pysamstats:1.1.2--py37h84994c4_3 - linux-64/pysamstats-1.1.2-py27h84994c4_3.tar.bz2 - linux-64/pysamstats-1.1.2-py36h84994c4_3.tar.bz2 - linux-64/pysamstats-1.1.2-py37h84994c4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py27ha441bb4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py36ha441bb4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py37ha441bb4_3.tar.bz2
Package uploads complete: [ci skip] - biocontainers/pysamstats:1.1.2--py27h84994c4_3 - biocontainers/pysamstats:1.1.2--py36h84994c4_3 - biocontainers/pysamstats:1.1.2--py37h84994c4_3 - linux-64/pysamstats-1.1.2-py27h84994c4_3.tar.bz2 - linux-64/pysamstats-1.1.2-py36h84994c4_3.tar.bz2 - linux-64/pysamstats-1.1.2-py37h84994c4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py27ha441bb4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py36ha441bb4_3.tar.bz2 - osx-64/pysamstats-1.1.2-py37ha441bb4_3.tar.bz2
conda create -n pysamstats pysamstats
The text was updated successfully, but these errors were encountered: