Hi, I am currently using bowtie2 to align my sequence. I am using a assembled sequence to align with my reference sequence.Unfortunately, the output after aligning is stated as killed and error. I am currently stuck in this situation. Below is my command line which is inserted and the output.
$ bowtie2 -f -x Mycobacterium -U R1_final.contigs.fa -S R1.sam Killed (ERR): bowtie2-align exited with value 137
I am not sure what is the problem and how to solve it. I hope I can get some help here :)
p/s: I am still abit new to bioinformatics and so sorry for the inconvenience caused :)
Cheers, HuiWen
I think you are looking for multiple sequence alignment. Bowtie2 supports reads up to 1000 bp. What's the length of of your assembled sequence?
Hi, my sequence length is around 4MB. Any suggestion for multiple sequence alignment?
You don't need Multiple Sequence Alignment, just pairwise alignment.
If I would be using pairwise alignment would I be able to preform variant calling?
You better use the raw reads, not the assembly in that case
means that I run my raw reads by using pairwise alignment and then straight variant calling?
I strongly recommend properly training on how to do that, it's a complex topic. You might want to collaborate on this aspect.