You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was running detect_cnv.pl -trio following instructions here, I met with no snpdist defined!!! error as issue #69:
ERROR: For nextregion 13,rs2391883,kgp11320675, pos=kgp16887738 rs2391883 kgp11320675 sample1.txt sample2.txt sample3.txt: no snpdist defined!!! at ~/PennCNV-1.0.5/detect_cnv.pl line 1952
In the detect_cnv.pl script, it is
$region_snpdist->{$nextsubregion} or confess "\nERROR: For nextregion $nextsubregion, pos=@nextpos @$ref_inputfile: no snpdist defined!!!"
I wonder if there's any suggestion on resolving this. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
When I was running
detect_cnv.pl -trio
following instructions here, I met withno snpdist defined!!!
error as issue #69:In the
detect_cnv.pl
script, it isI wonder if there's any suggestion on resolving this. Thanks!
The text was updated successfully, but these errors were encountered: