I have git clone the package.
When running "python ./jsm.py classify -h", it shows the error as below:
Traceback (most recent call last):
File "./jsm.py", line 9, in
from joint_snv_mix.run import classify, train
ImportError: No module named run
How can fix that? thanks,