Open elisulvaran opened 1 month ago
Hi @elisulvaran Elizabeth! clipper is indeed hard to install. If you are trying to process eCLIP data, I highly recommend skipper https://github.com/YeoLab/skipper
If you still need clipper, please use the docker https://hub.docker.com/r/brianyee/clipper
Thanks
Hi,
Thank you very much for the suggestion. I don't have eCLIP data so I'm still trying to use clipper. I followed your suggestion about using it through docker, and I was able to successfully pull the imag, but when I run docker run brianyee/clipper
I get the following error:
Traceback (most recent call last):
File "/opt/conda/bin/clipper", line 11, in <module>
load_entry_point('clipper==0.2.0', 'console_scripts', 'clipper')()
File "/opt/conda/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/opt/conda/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2843, in load_entry_point
return ep.load()
File "/opt/conda/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2434, in load
return self.resolve()
File "/opt/conda/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2440, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/opt/conda/lib/python2.7/site-packages/clipper-0.2.0-py2.7-linux-x86_64.egg/clipper/src/peakfinder.py", line 14, in <module>
import pybedtools
File "/opt/conda/lib/python2.7/site-packages/pybedtools/__init__.py", line 12, in <module>
from . import contrib
File "/opt/conda/lib/python2.7/site-packages/pybedtools/contrib/__init__.py", line 3, in <module>
from . import venn_maker
File "/opt/conda/lib/python2.7/site-packages/pybedtools/contrib/venn_maker.py", line 12, in <module>
from pybedtools import helpers
File "/opt/conda/lib/python2.7/site-packages/pybedtools/helpers.py", line 13, in <module>
import pysam
File "/opt/conda/lib/python2.7/site-packages/pysam/__init__.py", line 5, in <module>
from pysam.libchtslib import *
ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I looked into the error and found that libcrypto.so.1.0.0 is under a different name in mac so I tried running it instead in my university server, but when running the command clipper -b mybam.bam -o out.bed -s hg19
I ran into the same issue. Any ideas on how to resolve this?
Thank you!!
Hi, could you please try the "charlene_move_data" tag? It is the last image I built (based off of a branch with relatively recent code: https://github.com/YeoLab/clipper/tree/charlene_move_data)
docker pull brianyee/clipper:charlene_move_data
This worked. Thank you very much!
Hello. Thank you for creating this tool. I'm trying to use clipper in my local computer but haven't been able to install it. I downloaded the yml file, but when I run the
conda env create -f environment3.yml
line, I get the following error:I tried installing the packages separately but the I get the same error. Any suggestions on how to fix it would be greatly appreciated. Thanks!