CollasLab / edd

Enriched Domain Detector for ChIP-seq data
https://pypi.python.org/pypi/edd
MIT License
16 stars 4 forks source link

AttributeError: 'module' object has no attribute 'FastxRecord' #11

Open endrebak opened 7 years ago

endrebak commented 7 years ago
~/anaconda3/envs/py27/bin/edd --bin-size 1000 --fdr 0.05 -g 5 -p 5 hg18.chromsizes unalignable test.bam control.bam results
Traceback (most recent call last):
  File "/local/home/endrebak/anaconda3/envs/py27/bin/edd", line 133, in <module>
    import eddlib.experiment
  File "/local/home/endrebak/anaconda3/envs/py27/lib/python2.7/site-packages/eddlib/experiment.py", line 17, in <module>
    import read_bam
  File "libcfaidx.pxd", line 51, in init eddlib.read_bam
AttributeError: 'module' object has no attribute 'FastxRecord'
blankful commented 5 years ago

so, do you solve this problem?

endrebak commented 5 years ago

Nope :/