I used the "prot" option when building the database, thinking that protein ids would be loaded, but:
sqlite> select count() from accession;
0
sqlite> select count() from taxa;
2244574
sqlite>
There's no information about proteins in the database. Why is this option called "prot" when only taxonomic data is loaded? The documentation should describe what these different "division" options mean. Or perhaps the "prot" option is not working? My commands:
taxadb download --outdir taxadb --type prot --quiet
taxadb create --input taxadb --dbname taxadb.sqlite --chunk 100 --division prot --quiet
I used the "prot" option when building the database, thinking that protein ids would be loaded, but:
sqlite> select count() from accession;
0
sqlite> select count() from taxa;
2244574
sqlite>
There's no information about proteins in the database. Why is this option called "prot" when only taxonomic data is loaded? The documentation should describe what these different "division" options mean. Or perhaps the "prot" option is not working? My commands:
taxadb download --outdir taxadb --type prot --quiet
taxadb create --input taxadb --dbname taxadb.sqlite --chunk 100 --division prot --quiet