-
Notifications
You must be signed in to change notification settings - Fork 55
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: no snpdist defined #69
Comments
I also met with this issue. I wonder whether there's any suggestion on resolving this? Thanks. |
If I remember correctly, the error is the result of multiple SNPs with the same coordinates. Because they have the same position, PennCNV trio calling is unable to calculate the distance between the SNPs. My solution to this, while not ideal, was to change the input files so that there was only one SNP for each position |
Hello! Currently receiving this issue, was there any other additional solutions that you may have found? |
Try check whether all SNPs have coordinates defined in the PFB file. If
not, make new signal files by including only SNPs that are defined in the
PFB file.
…On Thu, Jun 13, 2024 at 3:32 PM Sam Greenspun ***@***.***> wrote:
Hello! Currently receiving this issue, was there any other additional
solutions that you may have found?
—
Reply to this email directly, view it on GitHub
<#69 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OE4VZNU54X7DXHD5ZDZHHXUHAVCNFSM6AAAAABJJAXZHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRWGYZDEMBTHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi,
When I run detect_cnv.pl -trio using a custom pfb file for the Illumina GSA array I get the following error:
In detect_cnv.pl this is:
Do you have any suggestions on how to solve this?
Thanks!
The text was updated successfully, but these errors were encountered: