-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conda installation- complications #62
Comments
Hello,
you can try run |
Thanks for your fast response. The mamba command ran succesfully, but I wasnt able to run homopolish uising it. This is the environment I ended up with after running that mamba command and setting channels to flexbile.
I get this error when doing homopolish --help
I have managed to get the homopolymer part of the tool running smoothly with a custom environment and a few tweaks to the code, but the modpolish part doesnt work correctly in this env. So would very much appreciate your continued help with this! |
We found the "ImportError" is caused by the "more-itertools" version. You can try using |
Hi,
Excited to use modpolish. I am having trouble to install using conda/mamba though.
Installation using the command on the readme
mamba create -n homopolish_mamba_auto_0_4_1 -c conda-forge -c bioconda homopolish
installs version 0.3.3. This version doesnt have modpolish in.When trying to specify the latest version 0.4.1
mamba create -n homopolish_mamba_auto_0_4_1 -c conda-forge -c bioconda homopolish==0.4.1
, this fails with the following:And also trying to install 0.4 also fails.
The text was updated successfully, but these errors were encountered: