This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I makedatabase for env_nt.tar.gz (from NCBI ftp site) in Diamond

enter image description here

I unzip series of env_nt*.tar.gz, and put them into the integrated files according to the format; When I applied "diamond makedb", the output was like the first figure showed "No such file or directory....".

When I did not unzip the .gz files, the output was like the second figure showed "FASTA format error: Missing '>' at record start". enter image description here

So should I transfer the .gz file into FASTA format?

diamond database formation

1 answer

You do not need to. If you upgrade to the latest version of DIAMOND it is able to use NCBI blast pre-formatted databases (see: Creation of subset of diamond database ) Make sure you upgrade to v.2.0.8 or better.

Log in to answer this question.