Hello,
I am getting an error message when running the indexer:
Traceback (most recent call last):
File "bin/chimerascan_index.py", line 32, in <module>
import chimerascan.pysam as pysam
File "/home/carmenise/chimerascan-0.4.5/chimerascan/pysam/__init__.py", line 1, in <module>
from csamtools import *
ImportError: No module named csamtools
What should I do to fix it ?
Thank you
Original issue reported on code.google.com by
carme...@quartzbio.comon 10 Jun 2013 at 1:06