-
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
Issues with angsd -sites function #466
Comments
This is so interesting. I'm having another issue and was trying the latest version. Running 2 different versions of angsd using same syntax same input but the latest version gave me 0 sites after filtering while the previous version makes more sense. |
I can also add another instance to this issue, I've tried using the |
After playing a bit with this, it seems to be an issue with the conda install specifically (unless @wenluo711 is seeing it without the conda install). Using 0.937 with htslib 1.15.1 on conda and with an install from source, the |
Yes, I did used conda install. I may also try singularity as alternative solution. Thanks! |
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,
I have recently updated my workflow to include conda, and as a result have begun to use angsd installed using conda, in this case f0.935.
However, I no longer get the required output using the command below:
angsd -b [xxxx] -gl 2 -domajorminor 3 -sites [xxx] -domaf 1 -minmaf 0.05 -doGlf 3 -out test.snp -nthreads 4
which worked perfectly well previously using exactly the same input, with angsd v0.929.
The issue seems to be in the filtering step, as seen below:
for angsd v.0935
for angsd v.0929
Is this a known issue/how best may I go about remedying it?
Best,
William
The text was updated successfully, but these errors were encountered: