Recently, I run the file iterative_mapping.py using python 2.7.12.
My command is
python iterative_mapping.py $bank $fast1 $fast2 $path_to_index $path_to_fasta $name_of_enzyme
However , it returns
Traceback (most recent call last):
File "iterative_mapping.py", line 6, in
import mapping_MQ
ImportError: No module named mapping_MQ
I can't find the module named mapping_MQ. I don't know how to find the module.
thanks a lot!
Recently, I run the file iterative_mapping.py using python 2.7.12.
My command is
python iterative_mapping.py $bank $fast1 $fast2 $path_to_index $path_to_fasta $name_of_enzyme
However , it returns
Traceback (most recent call last):
File "iterative_mapping.py", line 6, in
import mapping_MQ
ImportError: No module named mapping_MQ
I can't find the module named mapping_MQ. I don't know how to find the module.
thanks a lot!