Bowtie indexes for custom reference genome
1
0
Entering edit mode
5.4 years ago
f.rivello • 0

Hi all,

I want to make my own bowtie indexes to align the sequences to a custom reference genome.

Is it necessary only to create a fasta file and then bowtie-build to have proper indexes for mapping or I should also create a GTF file? If so, how do you create a GTF file?

Thank you for youe help

RNA-Seq next-gen • 4.9k views
ADD COMMENT
0
Entering edit mode

Thank you. A GTF file not necessary to buid a custom bowtie index, but only a fasta file with my sequences right?

Sorry for the question, I am a beginner in the field.

ADD REPLY
0
Entering edit mode

yes we don't need gtf file to build genome index. Good luck

ADD REPLY
1
Entering edit mode

Bowtie is a DNA-seq aligner, not a splice-aware RNA-seq aligner. Therefore, it does not even has an option to accept a GTF. All you need is a fasta of the reference genome. Splice-aware aligners need information about splice and exon positions, that is why these files are necessary for e.g. tophat, hisat, star etc.

ADD REPLY
2
Entering edit mode
5.4 years ago

Bowtie can index from a set of DNA sequences. It produces six file which constitute the index. For more details please check this link manual section on index building

ADD COMMENT

Login before adding your answer.

Traffic: 3199 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