Go up Bootstrap data
Download taxonomy file taxdump.tar.gz from NCBI site and save in /usr/local/src/gus-related and unpack by typing;
$ cd /usr/local/src/gus-related <br> $ mkdir taxonomy <br> $ cd taxonomy <br> $ tar xvfzp ../taxdump.tar.gz <br>
Note: NCBI does not use release numbers (versions) for the taxonomy database. Now, register the LoadTaxon plugin;
$ ga +create GUS::Common::Plugin::LoadTaxon --commit
Run the plugin using the NCBI files by issuing the command;
$ ga GUS::Common::Plugin::LoadTaxon --gencode=/usr/local/src/gus-related/taxonomy/gencode.dmp\
--names=/usr/local/src/gus-related/taxonomy/names.dmp\
--nodes=/usr/local/src/gus-related/taxonomy/nodes.dmp\
--commit




