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 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
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 utilsinstead 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