Bowtie Index building for wheat genome
1
0
Entering edit mode
5.1 years ago
K S • 0

I am trying to build the index file for mapping my small RNA sequencing onto the wheat genome (~15 GB). I am bowtie-build

bowtie-build wheat.fasta wheat.fasta.bowtie

However, I am receiving an error that the file is too long. Is there any way to prepare the index using one single file?

alignment Assembly sequencing • 1.5k views
ADD COMMENT
0
Entering edit mode

Hi,

the wheat genome may be too big due to its chromosomes' length exceeding the size allocated for storing it, see e.g. The Longest Chromosome > Sizeof(Int32). You can generate a STAR index, but you'll need a lot of RAM (>= 126GB).

ADD REPLY
1
Entering edit mode
5.1 years ago
Jeffin Rockey ★ 1.3k

Install bowtie2 and use bowtie2-build to build index. It will automatically build .bt2l indices for wheat.

ADD COMMENT
0
Entering edit mode

Thank you. Four files have been generated using

bowtie2-build wheat.fasta wheat.fasta.bowtie

*1.bt2l (16 Mb) *2.bt2l (0) *3.bt2l (12M) *4.bt2l (3.4G)

However, I am receiving an error message (ERR): bowtie2-align exited with value 1

ADD REPLY
0
Entering edit mode

Are you sure the bowtie2-build completed successfully prior to attempting align? *2.bt2l seems to be of 0 size.

ADD REPLY
0
Entering edit mode

Try bowtie2-inspect wheat.fasta.bowtie > my_bowtie.fa and compare the output to your wheat.fasta file.

ADD REPLY

Login before adding your answer.

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