Closed elinejk closed 3 years ago
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 https://github.com/WGLab/PennCNV/issues/69#issuecomment-2166622039, 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!