-
Notifications
You must be signed in to change notification settings - Fork 10
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
EPIC2 can't use #75
Comments
The following packages will be downloaded:
here is the total package when i install epic2 |
There is something weird about your htslib. Have you tried just pip installing? |
Sorry, I am unable to use pip to install packages due to the requirement for maintaining system dependencies. Could you provide a conda version which can be used? |
This seems first and foremost to be an HTSlib issue. |
Hello, |
Hi,
I used conda to install epic2 in a new environment and the python version is 3.5.6. But epic2 has an error in pysam module when I used epic2 --help.
Traceback (most recent call last): File "/public/home/anyang/tool/conda/miniconda3/envs/epic/bin/epic2", line 10, in <module> from epic2.src.reads_to_bins import files_to_bin_counts File "epic2/src/reads_to_bins.pyx", line 14, in init epic2.src.reads_to_bins File "libchtslib.pxd", line 2590, in init epic2.src.read_bam AttributeError: module 'pysam.libchtslib' has no attribute 'HTSFile'
By the way, it's too hard to install epic2 by conda. It will solving environment for a long time even in a new environment.
The text was updated successfully, but these errors were encountered: