afujimoto / CAMPHORsomatic

GNU General Public License v3.0
7 stars 1 forks source link

ValueError: max() arg is an empty sequence #6

Open LileeGao opened 1 year ago

LileeGao commented 1 year ago

when I run sh CAMPHOR_SVcall.sh ${SortByReadNameBam}/tumor.SortedByNames.bam ${SortByCoordinateBam}/tumor.subreads_sorted.bam tumor_CAMPHOR There is a Error:

Traceback (most recent call last): File "/picb/sysgenomics/gaoli/GBC/pacbio_DNA_reads/2_subreadstofq/5_CAMPHORsomatic/CAMPHORsomatic-main/./src/SV_support_read.py", line 636, in max_INS_len = ">" + str(max(INS_len)) ValueError: max() arg is an empty sequence

I am using PacBio aligned DNA reads, not nanopore data.

I am really in urgent need to solve this problem.Thank you very much for your help, I really appreciate it!