Convert .Map To .Bam
How can i convert .map files generated from bowtie to .bam files using samtools?
• 590 views
•
link
1 answer
There is bowtie2sam.pl script in samtools package, which you can used to convert your .map to .sam
$ ./bowtie2sam.pl
Usage: bowtie2sam.pl <aln.bowtie>
then use samtools to convert .sam to .bam
• 2 views
•
link
Log in to answer this question.
Did you look at the bowtie tutorial ? http://bowtie-bio.sourceforge.net/tutorial.shtml