Entering edit mode
5.6 years ago
bioz
▴
20
Hello stars, I have two fasta files, one is from Sanger sequencing machine out put and other is reference file. I want to align these fasta files and need out put in SAM/BAM format. Any idea, solution ?
Try to use an aligner, bwa for instance.
Sounds like a bit of an overkill for a single fasta sequence. Why not a pairwise alignment with EMBOSS-Needle?
OP wants bam file.
Suggesting an alternative.
You can use
bbmap.sh
from BBMap suite. Something like this:if you have
samtools
available in your$PATH
then you can directly output a BAM file.