-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issue using realSFS with conda install #396
Comments
Massive upvote as I'm having the same issue, but don't have another machine to try it on. :( @shannonekj were you able to resolve this issue? |
I was experiencing this same issue, @janawold1! Did you find a solution? It also seems to be related to #385. I was able to resolve this using the singularity container provided by @James-S-Santangelo. If your HPC is set up for Singularity, I'd recommend running angsd and all related tools using James' singularity recipe. https://cloud.sylabs.io/library/james-s-santangelo If you make the saf files from within the container and also use the realSFS print command from within the container, you can access the data. |
Hi @zactobias44 cheers for the singularity recipe. Sadly, I did not make any progress with this. I'll double check to see if our HPC is set up for Singularity, but I don't think it is. Either way, I'll just have to give it a go! Thanks again! |
Add function aio::doAssert to replace asserts Did not use aio::assert as name since aio.h namespace complains due to assert being a macro Fixes the major bug explained in #527 Fixes issues #520 #474 #466 #420 #405 #396 #385 Possibly others; other issues should rerun the commands using the latest version.
Hi all,
I've been having an issue using
realSFS
where I've installed angsd via conda. (Version 0.931)I use the following commands (with a sorted rf file):
And I get the following error:
Curiously, when I run angsd from a
module load angsd
on another system, the exact same commands work perfectly. I'm looking to automate some steps of my pipeline (including these) so any help would be greatly appreciated!Best,
Shannon
The text was updated successfully, but these errors were encountered: