Skip to content

Accession loading issue #85

@bosborne

Description

@bosborne

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions