You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this version, I was able to successfully run structure.py and distruct.py but when trying to run chooseK.py I face issues. More specifically, I get the following error message: ImportError: No module named utils. I noticed that the chooseK.py script in this repository says import vars.utils as utils instead of import utils as utils, as stated in the chooseK.py version that I downloaded. Maybe this error has been fixed and all I need is to install faststructure as described in this repository. However, I don't have the rights to run sudo so I would be very grateful if somebody knowing a workaround can give me a hand.
All the best, Mario
The text was updated successfully, but these errors were encountered:
Hi,
I downloaded fastStructure (v1.0) with conda using
conda install -c bioconda faststructure
(https://anaconda.org/bioconda/faststructure).Using this version, I was able to successfully run structure.py and distruct.py but when trying to run chooseK.py I face issues. More specifically, I get the following error message:
ImportError: No module named utils
. I noticed that the chooseK.py script in this repository saysimport vars.utils as utils
instead ofimport utils as utils
, as stated in the chooseK.py version that I downloaded. Maybe this error has been fixed and all I need is to install faststructure as described in this repository. However, I don't have the rights to run sudo so I would be very grateful if somebody knowing a workaround can give me a hand.All the best, Mario
The text was updated successfully, but these errors were encountered: