-
Notifications
You must be signed in to change notification settings - Fork 18
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 while running locuscomparer #15
Comments
Hello Boxiang, I think I figured out the error from my previous comment by reducing the length of my data frames. However, I am now encountering the following problem: Error in locuscompare(in_fn1 = leafcutter_snps, in_fn2 = gtex_CAD_snps, : I'm pretty sure I'm using snps from only one chromosome since the data frames I provide are from one locus only. Do you you have any suggestions as to what might be going on? Thanks. Nelson Barrientos |
Hi @nbbarrientos or @boxiangliu, were you ever able to solve the |
I encountered a similar issue, but I was able to resolve it. The software locates SNPs based on their rsID. However, some SNPs do not have an rsID, and these are typically represented by a dot (“.”) in the rsID field. When running locuscompare, you can either remove these SNPs or replace the “.” with their unique ID. The format for the unique ID is: |
Hello Boxiang,
I was trying to run your tool and encountered the following error:
Error in .local(conn, statement, ...) :
could not run statement: MySQL server has gone away
I'm not entirely sure what the problem is. I would appreciate your help. Thank you.
Nelson Barrientos
The text was updated successfully, but these errors were encountered: