Skip to main content

Python library for NCBI assession2tax file querying.

Project description

accession2taxid: saving NCBI accession2taxid file to database for querying

installation

pip install accession2taxid

usage

saving

accession2taxid -i prot.accession2taxid.FULL

querying

from accession2taxid import get_scoped_session, Accession2Taxid

with get_scoped_session() as session:
    session.query(Accession2Taxid).filter_by(
        accession='A0A0A0MTA4'
    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accession2taxid-1.0.5.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distributions

accession2taxid-1.0.5-py3.7.egg (4.2 kB view hashes)

Uploaded Source

accession2taxid-1.0.5-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page