-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues installing on Windows 11 #125
Comments
Activating the snekmer environment and installing git and then re-running the pip install solved the problem.
|
I put two protein family files in an 'input' directory, and a background protein set in 'input/background'.
|
I downgraded to numpy 1.22.3, but that broke pandas (v2.1.1).
|
So I tried creating an environment just with python==3.9 and then did a 'pip install snekmer', which did successfully install: But still no joy running snekmer:
|
Update: |
If I comment out line 133 of model.smk A question: does it matter if I comment out this line? 'bg' doesn't appear anywhere else in the .smk file. |
Okay, I think I understand what the problem is. In 'model.smk', on lines 78-83, the variable BGS is set to the basename of whatever file(s?) is in the background directory. [Note here: there is never a check to see if the file in the background subdir has a valid extension.] So the value in BGS does not have a file extension, nor a path to where the file resides. Down at line 133, in rule score:input:, bg is set to BGS. If the program is looking for the values in BGS to be valid filepaths, they aren't. They're just the file base name. So the question is what is that value supposed to be? The path to the npz like for the NON_BGS in the line above? I'm going to try that and see if it works. |
I got miniforge installed with minor difficulty (I had previously installed a more recent version of Python and so had to change my PYTHONHOME environment variable to point to the minoforge python.exe to get Miniforge Prompt to work correctly.)
Running the environment_Windows.yml set up, though I got the following error. Any ideas?
The text was updated successfully, but these errors were encountered: