r3fang / SnapATAC

Analysis Pipeline for Single Cell ATAC-seq
GNU General Public License v3.0
301 stars 125 forks source link

problem running snaptools #180

Closed ninal88 closed 4 years ago

ninal88 commented 4 years ago

Hi, I've been trying to instal snaptools both with the git clone and I get the following error:

Traceback (most recent call last): File "./bin/snaptools", line 36, in from snaptools.parser import parse_args ImportError: No module named snaptools.parser

Any help will be appreciated!

jindalk commented 4 years ago

Hi, I've encountered this same error in the past. Turns out I did not have python3 loaded in my environment (I was running this on a cluster).

ninal88 commented 4 years ago

Yep, I figured it out eventually. Just forgot to close the issue.

Thanks for the confirmation.