How to build index of reference scaffold.fasta using bowtie?
1
0
Entering edit mode
6.1 years ago
worarado.kan ▴ 20

Hello everyone, I'm new for running bioinformatics. Now I have the blueberry genome from this site: http://www.igbquickload.org/blueberry/V_corymbosum_scaffold_May_2013/ file called: V_corymbosum_scaffold_May_2013.fa.gz and in this file showed like this After that I would like to map with my read data using Bowtie program. Should I build index of my reference before aligning with bowtie? What is the command for do that? or What should I do, please recommend me?

Thank you so much everyone Kan

alignment rna-seq • 3.5k views
ADD COMMENT
0
Entering edit mode
6.1 years ago

Yes, you have to build your index before alignment

See here how to build an index with bowtie2 : http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml#the-bowtie2-build-indexer

Should be something like this :

bowtie2-build V_corymbosum_scaffold_May_2013.fa.gz blueberry_index
ADD COMMENT

Login before adding your answer.

Traffic: 2170 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6