Dear I'm trying to run CONTRA on my data (targeted resequencing) to detect CNV in exons. The program returns me this error:
Traceback (most recent call last):
File "contra.py", line 34, in <module>
from scripts.assign_bin_number_v2 import *
ImportError: No module named scripts.assign_bin_number_v2
The python version is 2.6.5. So I can't understand what is the error. I have installed BEDtools, R and Samtools,.
Can anyone help me?
Thanx a lot,
Traceback (most recent call last):
File "contra.py", line 34, in <module>
from scripts.assign_bin_number_v2 import *
ImportError: No module named scripts.assign_bin_number_v2
The python version is 2.6.5. So I can't understand what is the error. I have installed BEDtools, R and Samtools,.
Can anyone help me?
Thanx a lot,
Comment