-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi, I would like to use metaSNV for my study.
However, I had a following error when I tried to use metaSNV.
[nishijima@tn1 metaSNV]$ python metaSNV.py test.metaSNV file.list db/freeze9.genomes.RepGenomesv9.fna --threads 10
Printing details in test.metaSNV/cov/3080.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3082.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3085.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3078.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3077.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3079.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3083.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Printing details in test.metaSNV/cov/3081.prinseq_1.fastq.cutad.fastq.fs.fastq.exHuman.exPhix.fastq.gz.bwa.sam.bam.sort.bam.cov.detail!
Probably really good coverage, since variables overrun!
That's a big sum: 3457...
Probably really good coverage, since variables overrun!
That's a big sum: 113618...
Probably really good coverage, since variables overrun!
That's a big sum: 89440...
*** Error in `/home/nishijima/tool/metaSNV/src/qaTools/qaCompute': munmap_chunk(): invalid pointer: 0x00000000029e8310 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7ab54)[0x2ab74cf6fb54]
/home/nishijima/tool/metaSNV/src/qaTools/qaCompute[0x4024a1]
/home/nishijima/tool/metaSNV/src/qaTools/qaCompute[0x403724]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x2ab74cf16c05]
/home/nishijima/tool/metaSNV/src/qaTools/qaCompute[0x4017d9]
======= Memory map: ========
00400000-00409000 r-xp 00000000 00:2a 1074273 /home/nishijima/tool/metaSNV/src/qaTools/qaCompute
00608000-00609000 r--p 00008000 00:2a 1074273 /home/nishijima/tool/metaSNV/src/qaTools/qaCompute
00609000-0060a000 rw-p 00009000 00:2a 1074273 /home/nishijima/tool/metaSNV/src/qaTools/qaCompute
01d24000-029f7000 rw-p 00000000 00:00 0 [heap]
2ab74bdc9000-2ab74bdea000 r-xp 00000000 08:03 134352079 /usr/lib64/ld-2.17.so
2ab74bdea000-2ab74bdf1000 rw-p 00000000 00:00 0
2ab74bdff000-2ab74bf2e000 rw-p 00000000 00:00 0
2ab74bfea000-2ab74bfeb000 r--p 00021000 08:03 134352079 /usr/lib64/ld-2.17.so
2ab74bfeb000-2ab74bfec000 rw-p 00022000 08:03 134352079 /usr/lib64/ld-2.17.so
2ab74bfec000-2ab74bfed000 rw-p 00000000 00:00 0
2ab74bfed000-2ab74c0a1000 r-xp 00000000 00:2a 6142517 /home/nishijima/tool/htslib/libhts.so
2ab74c0a1000-2ab74c2a1000 ---p 000b4000 00:2a 6142517 /home/nishijima/tool/htslib/libhts.so
2ab74c2a1000-2ab74c2a2000 r--p 000b4000 00:2a 6142517 /home/nishijima/tool/htslib/libhts.so
2ab74c2a2000-2ab74c2a4000 rw-p 000b5000 00:2a 6142517 /home/nishijima/tool/htslib/libhts.so
2ab74c2a4000-2ab74c2b9000 r-xp 00000000 08:03 134352310 /usr/lib64/libz.so.1.2.7
2ab74c2b9000-2ab74c4b8000 ---p 00015000 08:03 134352310 /usr/lib64/libz.so.1.2.7
2ab74c4b8000-2ab74c4b9000 r--p 00014000 08:03 134352310 /usr/lib64/libz.so.1.2.7
Could you please help me solving this problem?
I deeply appreciate.
Suguru