This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to fix FreeBayes error "unable to find FASTA index entry"

How to fix FreeBayes error: Fatal error: Exit code 1 () unable to find FASTA index entry for 'CP003248.2'

freebayes galaxy

1 answer

According to the error message, you may recreate FASTA index file.

e.g., using samtools: samtools index seqs.fasta, using seqkit: seqkit faidx seqs.fasta.

Log in to answer this question.