-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error running test case #21
Comments
Geyu & Dr. Wang, Looking forward to a response. |
@eldronzhou @GracilisMuscle thanks for the feedback. I've got it on my schedule to look into. Will get back to you very soon! |
An update on this thread. The error can be fixed after adding the flag --recomb_cross_fam. I believe the problem is caused by not able to handle variants with no variation in this commit. |
Excellent! Will try it tonight! Thanks!
…On Tue, Feb 16, 2021, 7:42 PM Geyu Zhou ***@***.***> wrote:
An update on this thread. The error can be fixed after adding the flag
--recomb_cross_fam. I believe the problem is caused by not able to handle
variants with no variation in this commit
<4069280>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASD4ADVRLDHOYC2HFJIFKLTS7MGGLANCNFSM4UZEOI2A>
.
|
@eldronzhou @GracilisMuscle Have you guys encountered similar issues in your future usage of SEQLinkage? I was able to run the test sample with no problems but when doing other work I got the same warnings. I have attempted to restore previous versions as well as using making edits on my end but still could not address the issue. Have either of you diagnosed the problem? Thank you very much! |
You may want to check if there are variants with no variation (same across all individuals) in your vcf file and remove them before running SEQLinkage. |
@eldronzhou Thank you for the quick response! I will take a look and keep you posted. |
@eldronzhou thank you very much !this really helps me |
Hi Dr. Wang,
I am running the latest version of SEQLinakge from Docker (actually Singularity on our HPC). I have trouble running through test cases in the documentation downloaded from http://bioinformatics.org/seqlink/download/seqlinkage-example.zip.
I use the following command
seqlink --fam seqlinkage-example.fam --vcf seqlinkage-example.vcf.gz --freq EVSEAAF -o LinkageAnalysis \ -K 0.001 --moi AR -W 0 -M 1 --theta-max 0.5 --theta-inc 0.05 -j 8 --run-linkage
and below is the log message:
I investigate this issue and find that
sorted_var
is an empty list when processing the variant19 288062 rs11542542
, which is constant in all individuals. Since this is a test case, I was wondering whether you've encountered this issue when running the latest program from the docker or I guess this issue is specific to my system. Any help would be appreciated.Thanks,
Geyu
The text was updated successfully, but these errors were encountered: