Hi
I am trying to run longcallID on a bee dataset, but i am encountering problems (i used the precompiled binaries)
-
Test dataset
longcallD call -t 8 $F/test_data/chr11_2M.fa $F/test_data/HG002_chr11_ont_test.bam --ont > xHG002_ont_test.vcf
this works.
-
my data fail (mapping was done with recent ONT data on a high quality reference with winnowmap
longcallD call -t $CPUs $REF $OUT/$READFILE.sorted.bam --ont -b $OUT/$READFILE.phased.bam > $OUT/$READFILE.vcf
==2025/05/23 06:51:02== [INFO] Opening alignment file: $OUT/$READFILE.sorted.bam
==2025/05/23 06:51:11== [INFO] Processed 198321 reads.
corrupted size vs. prev_size
Aborted (core dumped)
-
rerunning without phased output goes further:
longcallD call -t 8 $REF $OUT/$READFILE.sorted.bam --ont > $OUT/$READFILE.vcf
==2025/05/23 07:25:17== [INFO] Opening alignment file: ./Bombus.lucorum.dorado.sup410.2kbQ90.sorted.bam
==2025/05/23 07:25:20== [INFO] Processed 46493 reads.
==2025/05/23 07:25:20== [INFO] Output 455 variants to VCF.
==2025/05/23 07:25:22== [INFO] Processed 49455 reads.
==2025/05/23 07:25:22== [INFO] Output 12 variants to VCF.
==2025/05/23 07:25:25== [INFO] Processed 51933 reads.
==2025/05/23 07:25:25== [INFO] Output 184 variants to VCF.
==2025/05/23 07:25:28== [INFO] Processed 50440 reads.
==2025/05/23 07:25:28== [INFO] Output 798 variants to VCF.
double free or corruption (out)
Aborted (core dumped)
The bam file seems normal just as any other bam file i am using.
any idea what could cause this?
THanks
Hi
I am trying to run longcallID on a bee dataset, but i am encountering problems (i used the precompiled binaries)
Test dataset
longcallD call -t 8 $F/test_data/chr11_2M.fa $F/test_data/HG002_chr11_ont_test.bam --ont > xHG002_ont_test.vcf
this works.
my data fail (mapping was done with recent ONT data on a high quality reference with winnowmap
longcallD call -t $CPUs $REF $OUT/$READFILE.sorted.bam --ont -b $OUT/$READFILE.phased.bam > $OUT/$READFILE.vcf
==2025/05/23 06:51:02== [INFO] Opening alignment file: $OUT/$READFILE.sorted.bam
==2025/05/23 06:51:11== [INFO] Processed 198321 reads.
corrupted size vs. prev_size
Aborted (core dumped)
rerunning without phased output goes further:
longcallD call -t 8 $REF $OUT/$READFILE.sorted.bam --ont > $OUT/$READFILE.vcf
==2025/05/23 07:25:17== [INFO] Opening alignment file: ./Bombus.lucorum.dorado.sup410.2kbQ90.sorted.bam
==2025/05/23 07:25:20== [INFO] Processed 46493 reads.
==2025/05/23 07:25:20== [INFO] Output 455 variants to VCF.
==2025/05/23 07:25:22== [INFO] Processed 49455 reads.
==2025/05/23 07:25:22== [INFO] Output 12 variants to VCF.
==2025/05/23 07:25:25== [INFO] Processed 51933 reads.
==2025/05/23 07:25:25== [INFO] Output 184 variants to VCF.
==2025/05/23 07:25:28== [INFO] Processed 50440 reads.
==2025/05/23 07:25:28== [INFO] Output 798 variants to VCF.
double free or corruption (out)
Aborted (core dumped)
The bam file seems normal just as any other bam file i am using.
any idea what could cause this?
THanks