-
Notifications
You must be signed in to change notification settings - Fork 28
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
run fails with long read only in conda env #124
Comments
Same problem here. Do you have any solution yet? Thank you! |
I am currently running into the same problem . . . would love to hear any potential ideas/fixes. Thanks!! |
Hi, try to follow here and install it from source. |
thanks @moold but I cannot install from source on my server, we really need a conda solution to use the tool as such with conda or include it in some container automatically. |
Hi, splaisan I got the same problem that "OSError: /opt/miniconda3/envs/nextpolish/share/nextpolish-1.4.1/lib/calgs.so: ELF load command address/offset not properly aligned". After I revised the "genome size" from "auto" to "1,000,000,000" (the size of myself genome), the program work well. You could try it. best. |
Hi
I freshly installed using conda (nextPolish 1.4.1) and edited the shebang line of
/opt/miniconda3/envs/nextpolish/bin/nextPolish
so that the conda python be used instead of the system python (issue #97) to fix the import issue I had first.edit:
nextPolish now executes when --help is used but fails with real data in the local folder
Here are my inputs, they work with medaka or with racon so the files are correct (latest SUP ONT basecalling filtered for 1kb and Q20+).
I modified the example run.cfg present in the doc.
My conda env has:
thanks for your help
The text was updated successfully, but these errors were encountered: