WGLab / PennCNV

Copy number vaiation detection from SNP arrays
http://penncnv.openbioinformatics.org
Other
88 stars 53 forks source link

[clean_cnv.pl] Error: the index for SNPs (...) are not found from signalfile #53

Open fullrobot opened 4 years ago

fullrobot commented 4 years ago

Hi,

I keep getting this error when running the clean_cnv.pl script to merge large CNVs. Error: the index for SNPs (kgp21634490 and kgp12494942) are not found from signalfile

I double checked my signal file and found those SNPs do exist so I'm not quite sure how to interpret this warning.

Thanks!

kaichop commented 4 years ago

what are the command line? The PFB file is checked, not signal file, when using clean_cnv.pl

On Tue, Mar 3, 2020 at 3:01 PM Adam Gleason notifications@github.com wrote:

Hi,

I keep getting this error when running the clean_cnv.pl script to merge large CNVs. Error: the index for SNPs (kgp21634490 and kgp12494942) are not found from signalfile

I double checked my signal file and found those SNPs do exist so I'm not quite sure how to interpret this warning.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WGLab/PennCNV/issues/53?email_source=notifications&email_token=ABNG3ODZEUNVAQW7OBRTV2TRFVOYPA5CNFSM4LAR4G6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISEML4A, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OHO2ICKZ3BCIHGWB53RFVOYPANCNFSM4LAR4G6A .

fullrobot commented 4 years ago

It's a bit complex but I'm running detect_cnv four times to call cnvs from autosomes, Chr X, Chr Y and Chr XY (Chr Y and Chr XY pfb files have been hacked to list the chromosome as X). Then I'm combining the cnv outputs into one report that I want to run through the clean_cnv script

here's the command line perl clean_cnv.pl combineseg merged_report.rawcnv --signalfile Input.txt --output combined_merged_report.rawcnv

where merged_report.rawcnv is the concatenated output from all 4 callers Input.txt is my raw output from illumina GenomeStudio, it should contain all of the SNP markers from our current chip.

Those probes are listed in Input.txt