Open emucaki opened 5 years ago
I am having the same error with this. I would appreciate any help that I can get.
I also have made an issue with pysam if this can help
I am having the same error with this, I would appreciate any help that I can get,too
I have finally installed all dependencies (including python packages pybedtools and ghmm), and I get the following error when attempting to run the program:
Traceback (most recent call last): File "pipeclip.py", line 13, in
from lib import
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/init.py", line 2, in
import Alignment
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Alignment.py", line 6, in
import Enrich
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Enrich.py", line 15, in
from pysam import
AttributeError: 'module' object has no attribute 'TupleProxy'
Any help would be most appreciated.