WGLab / PennCNV

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

RuntimeError Usage: fisher_exact_2sided #42

Open vbruat opened 5 years ago

vbruat commented 5 years ago

Hi,

I'm trying to run a CNV case-control comparison with detect_cnv.pl -cctest and I've got the following error: RuntimeError Usage: fisher_exact_2sided(a,b,c,d); at detect_cnv.pl line 1246, line 576

Can you help me with this error? Thanks. Vanessa.

kaichop commented 5 years ago

This function is C code and it looks like a compilation error. Try recompile the source code (make clean, make).

On Fri, May 10, 2019 at 3:01 PM vbruat notifications@github.com wrote:

Hi,

I'm trying to run a CNV case-control comparison with detect_cnv.pl -cctest and I've got the following error: RuntimeError Usage: fisher_exact_2sided(a,b,c,d); at detect_cnv.pl line 1246, line 576

Can you help me with this error? Thanks. Vanessa.

— 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/42, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNG3OAPZT4BCZSCUBB5B43PUXBCLANCNFSM4HMFQHWA .

vbruat commented 5 years ago

Thanks, it works now.