This is a test version of Biostars. For the public version, visit https://www.biostars.org.
BWA index getting killed

I'm trying to index fastq files using this command

bwa index -p testbwaidx -a bwtsw test.fastq

However, the process keeps getting killed after ~10 minutes despite having 53G of memory open. Here's the error message

[bwa_index] Pack FASTA...
Killed
bwa index bam fastq

Hello abbysue!

We believe that this post does not fit the main topic of this site.

Solved

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

1 answer

Why are you trying to index a fastq file?

You are supposed to index your reference file, not your read file. Your reference file should be fasta format.

I realized that recently, stupid mistake by me. Thanks!!

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one if they work.
Upvote|Bookmark|Accept

Closing threads is an action used by moderators and should not be used to indicate resolution of problem.

Log in to answer this question.