abra2 error java.lang.NumberFormatException
1
0
Entering edit mode
21 days ago

Hello, I have constructed a graph-based pan-genome using MC, and then I used VG to align short-read data to the pan-genome. When I used abra2, the following error occurred. What could be the reason for this??

error

abra2 pangenome java • 289 views
ADD COMMENT
1
Entering edit mode
21 days ago
phage1 ▴ 10

inputs need to be sorted and indexed. can you confirm you are doing this?

samtools sort input.bam -o sorted.bam
samtools index sorted.bam

or some such should result in a .bai index file

ADD COMMENT
0
Entering edit mode

I encountered an issue while replacing the BAM file header. Thank you for your comment.

ADD REPLY

Login before adding your answer.

Traffic: 2018 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6