Roth-Lab / JointSNVMix

Automatically exported from code.google.com/p/joint-snv-mix
1 stars 1 forks source link

No mudule named run #24

Open mingyi-wang opened 7 years ago

mingyi-wang commented 7 years ago

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,

pengyuguai commented 6 years ago

Same here

hdetering commented 5 years ago

Did you run the installation step after cloning the repo? python setup.py install