-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
I currently try to run SViper to polish the SVs generated by cuteSV (have changed the vcf format) in both CLR pacBio reads and CCS PacBio reads. I successfully got the results in SVs from CLR PacBio reads, but failed (See below) after running for several minutes and got several polished SVs using SVs from CCS PacBio reads.
~/SViper/extern/seqan/include/seqan/basic/basic_exception.h:363 FAILED! (Uncaught exception of type std::bad_alloc: std::bad_alloc)
stack trace:
0 [0x41891e] ~/bin/SViper/build/sviper()
1 [0x407782] ~/bin/SViper/build/sviper()
2 [0x7ff21669e006] /soft/compiler/gcc/gcc-9.2.0/lib64/libstdc++.so.6(+0xad006)
3 [0x7ff21669d109] /soft/compiler/gcc/gcc-9.2.0/lib64/libstdc++.so.6(+0xac109)
4 [0x7ff21669da34] __gxx_personality_v0 + 0x264
5 [0x7ff215e31463] /soft/compiler/gcc/gcc-9.2.0/lib64/libgcc_s.so.1(+0x10463)
6 [0x7ff215e31cc6] _Unwind_Resume + 0x126
7 [0x40895c] ~/bin/SViper/build/sviper()
8 [0x413e44] ~/bin/SViper/build/sviper()
9 [0x7ff21604b4a2] GOMP_parallel + 0x42
10 [0x4091da] ~/bin/SViper/build/sviper()
11 [0x7ff2158626a3] __libc_start_main + 0xf3
12 [0x40976e] ~/bin/SViper/build/sviper()
/var/spool/slurmd/job634082/slurm_script: line 39: 2250216 Aborted (core dumped) sviper -s ${bam_sdir}/${bam_short} -l ${bam_ldir}/${bam_long} -r ${ref_dir}/hs37d5.fa -c ${wk_dir}/${out_dir}/reformat.${out_dir}_cuteSV.vcf -o ${wk_dir}/${out_dir}/${out_dir}.polished_variants -t 1 -x ${depth[index]} --output-polished-bam
Do you have any ideas where's the issue?
Thanks,
Shuli