conterminator icon indicating copy to clipboard operation
conterminator copied to clipboard

The result of "$taxidmapping" is: BL_ORD_ID:0 0 and etc.

Open maruiqi0710 opened this issue 9 months ago • 0 comments

I donwload nt from ftp.ncbi.nlm.nih.gov:/blast/db/FASTA/nt.gz. Then, make db using:

makeblastdb -in ./nt -dbtype nucl -out ./nt_blast_db

Then, run

"$blastdbcmd" -db "$db" -entry all -outfmt "%a %T" > "$taxidmapping"

The result of "$taxidmapping" is:

BL_ORD_ID:0 0 BL_ORD_ID:1 0 BL_ORD_ID:2 0 BL_ORD_ID:3 0 ………………

What's wrong?

maruiqi0710 avatar Sep 07 '23 09:09 maruiqi0710