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?
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).