BoevaLab / SV-Bay

Detection of structural variants in cancer mate-pair and paired-end data
12 stars 2 forks source link

ImportError: No module named yaml #6

Closed rmurphy49 closed 7 years ago

rmurphy49 commented 7 years ago

Running the following command gave me the following error code:

python -B /users/40057929/SV-Bay/src/main_clustering.py -c /users/40057929/SV-Bay/config/config.yaml Traceback (most recent call last): File "/users/40057929/SV-Bay/src/main_clustering.py", line 1, in import yaml ImportError: No module named yaml

Both file extensions are correct. My Python version is 2.7.8 if this helps any. Any advice?