Is there anyone who meets the problem as follows when using CNVnator to discovery CNVs ?
when I run the step 3 of CNVnator: ./CNVnator_v0.2.7/src/cnvnator -genome GRCh37 -root H9.root -chrom 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 x -stat 100
the error is :
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0 0x00007fa9da718dde in waitpid () from /lib64/libc.so.6
#1 0x00007fa9da6a0099 in ?? () from /lib64/libc.so.6
#2 0x00007fa9df5d75f5 in TUnixSystem::StackTrace() () from /usr/lib64/root/libCore.so
#3 0x00007fa9df5d9773 in TUnixSystem::DispatchSignals(ESignals) () from /usr/lib64/root/libCore.so
#4 <signal handler="" called="">
#5 0x00007fa9da7b2e81 in ?? () from /lib64/libc.so.6
#6 0x00007fa9df50fcb4 in TString::TString(char const*) () from /usr/lib64/root/libCore.so
#7 0x00007fa9ddcda7a4 in TH1::DoIntegral(int, int, int, int, int, int, double&, char const*, bool) const () from /usr/lib64/root/libHist.so
#8 0x00007fa9ddcd462f in TH1::Integral(int, int, char const*) const () from /usr/lib64/root/libHist.so
#9 0x0000000000411f18 in HisMaker::getMeanSigma(TH1*, double&, double&) ()
#10 0x000000000041944c in HisMaker::stat(std::string*, int, bool) ()
#11 0x0000000000408bd1 in main ()
===========================================================
The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#5 0x00007fa9da7b2e81 in ?? () from /lib64/libc.so.6
#6 0x00007fa9df50fcb4 in TString::TString(char const*) () from /usr/lib64/root/libCore.so
#7 0x00007fa9ddcda7a4 in TH1::DoIntegral(int, int, int, int, int, int, double&, char const*, bool) const () from /usr/lib64/root/libHist.so
#8 0x00007fa9ddcd462f in TH1::Integral(int, int, char const*) const () from /usr/lib64/root/libHist.so
#9 0x0000000000411f18 in HisMaker::getMeanSigma(TH1*, double&, double&) ()
#10 0x000000000041944c in HisMaker::stat(std::string*, int, bool) ()
#11 0x0000000000408bd1 in main ()
===========================================================
Can anyone help me ?
can you give the previous commands that you ran? does it run on a subset of the data (just chr1?).
It also can't run on a subset of the data.
Hi
I am using CNVnator to call cnvs from the bam files. my code was like this
and I am geeting similar error message like what Siyu have got with his run
Siyu could you got it worked? If so please help me if any solution of this
Thanks in advance