Getting gene identifier (GI) IDs from NCBI nr database
1
0
Entering edit mode
8.9 years ago
Prasad ▴ 50

I have NCBI nr database. I would like to retrieve all the Gene Identifier (GI) IDs from it.

Which will be best way to do it? Does 'blastbdcmd' has any function which can help me get the desired results?

Any guidance is greatly appreciated.

blast biopython • 2.8k views
ADD COMMENT
1
Entering edit mode
8.9 years ago
GenoMax 141k

This should work. May take a while since nr is a large database.

$ blastdbcmd -entry 'all' -db /path_to/nr -outfmt '%g' -out result_file
ADD COMMENT
0
Entering edit mode

Thanks for quick reply. It worked for me when I tested on test database. But ya as you said it's taking forever to run on nr database.

ADD REPLY

Login before adding your answer.

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