Skip to main content

Tools to access CHADO databases

Project description

chado-tools

Python3 command line script providing various tools for accessing CHADO databases

Build Status

Prerequisites

  • Python 3.6 or higher
  • PostgreSQL 9.6 or higher

Installation from source

Download the latest release from this github repository, or clone the repository to obtain the most recent updates.

Modify the file with default connection settings such that it contains the settings for an existing PostgreSQL database server to which you can connect.

Then run the tests:

python3 setup.py test

If the tests all pass, install:

python3 setup.py install

Alternative installations

You can install the program from the Python Package Index (PyPI) using the command

pip install chado-tools

The program is also available as Bioconda package. Install it with the command

conda install -c bioconda chado-tools

Now change the default connection parameters by running chado init. You can always reset them to the original state by running chado reset.

Usage

The installation will put a single script called chado in your PATH. The usage is:

chado <command> [options]
  • To list the available commands and brief descriptions, just run chado -h or chado --help.
  • To display the version of the program, type chado -v or chado --version.
  • Use chado <command> -h or chado <command> --help to get a detailed description and the usage of that command.

Available commands


Command Description
init set the default connection parameters
reset reset the default connection parameters to factory settings
connect connect to a CHADO database for an interactive session
query query a CHADO database and export the result into a text file
extract run a pre-compiled query against the CHADO database
insert insert a new entity of a specified type into the CHADO database
delete delete an entity of a specified type from the CHADO database
import import entities of a specified type into the CHADO database
admin perform admin tasks, such as creating or dumping a CHADO database

Examples

Create a new CHADO database called eukaryotes according to the current GMOD schema:

chado admin create eukaryotes
chado admin setup -s gmod eukaryotes

Dump this database into an archive called eukaryotes.dump:

chado admin dump eukaryotes eukaryotes.dump

List all organisms in the eukaryotes database:

chado extract organisms eukaryotes

Query the database to check the meaning of a certain cvterm_id:

chado query -q "SELECT name FROM cvterm WHERE cvterm_id = 25" eukaryotes

Note

Unless explicitly specified by the flag -c, all commands employ the default connection settings. You can change these by running chado init.

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

chado-tools-0.1.2.tar.gz (53.9 kB view details)

Uploaded Source

Built Distribution

chado_tools-0.1.2-py3-none-any.whl (67.2 kB view details)

Uploaded Python 3

File details

Details for the file chado-tools-0.1.2.tar.gz.

File metadata

  • Download URL: chado-tools-0.1.2.tar.gz
  • Upload date:
  • Size: 53.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for chado-tools-0.1.2.tar.gz
Algorithm Hash digest
SHA256 dc3bef25df93a4eb5de88066302ab048213375d8edacec8be923ce9f2b9c54cc
MD5 0cd92bc5b6c08c71cb0623e9c9675411
BLAKE2b-256 79738393d69a2f1b932e2522880b0ca2fdcf0e11ef28cda0fe965f73c16ceec9

See more details on using hashes here.

File details

Details for the file chado_tools-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: chado_tools-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 67.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for chado_tools-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c5a2c8f9b7e1d5300810d20ba094ff4bdf8d03eedd45e86cab7fbb944121d0ed
MD5 c7747190e32577fff8e3477b02e3ba82
BLAKE2b-256 0c1a7b47ea8bc7e8a3f272ba1be232d11b4db1bbcadb78196a57c38e09a843de

See more details on using hashes here.

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