Reference genome for BOWTIE2
0
0
Entering edit mode
6.5 years ago
Arindam Ghosh ▴ 510

I was working on EBI: Next Generation Sequencing Practical Course. Here in the first step to align the RNA-Seq data to the genome using BOWTIE2 we need a reference genome. The reference genome as I found comes as fragmented fasta file for each chromosome. I guess we need a combined file; where do I get it? Or is there a method to concatenate each file?

RNA-Seq bowtie ngs genome • 2.5k views
ADD COMMENT
0
Entering edit mode

Bowtie2 is compatible with multiple reference fasta file. It should work just fine with the reference file you have downloaded.

ADD REPLY
0
Entering edit mode

Multiple reference fasta file? So do I need to list the names of all the files containing each individual chromosome.

ADD REPLY
0
Entering edit mode

The reference genome as I found comes as fragmented fasta file for each chromosome

is same as multiple sequences in a fasta file. Apologies for poor choice of terminology.

ADD REPLY
0
Entering edit mode

You can concatenate the files together with a simple cat *.fa > /path_to/new.fa command (putting the combined file someplace else so the command would not try to include it in the original cat).

ADD REPLY
0
Entering edit mode

Well I guess I found a way out. The database also contains something called Top-level sequence and Primary Assembly that is actually supposed to be used.

ADD REPLY

Login before adding your answer.

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