Hello,
I'm trying to annotate a transcriptome using de Blast2go. For this I downloaded the nr ncbi database to make the blast. My problem is that the file has 72GB and when I created the database using the command line "makeblastdb" the file is divided into 57 parts (as you can see at image nr.00, nr.01, nr.02....nr56 [https://ibb.co/bxBhBQ] ) but I have got to have just one part.
Anyone knows how to solve this problem?
Thanks !
I have never used Blast2go, but in normal blast this is normal, when you specify just the name of the database, I presume in this case it is nr. For example, if I were to run blastn it would be
blastn -query foo.fasta -db nr
The problem is that the program is not by command line and the program allows to chose just one file.
I have also never used blast2go (too slow). Did you try using the index file
nr.pal
?