IBPA / TIP-cli

Toxicology Integrated Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIP: Toxicology Integrated Platform

TIP (Toxicological Integrated Platform) provides a digital resource that

  • stores and integrates data from the labs that are part of the SRP center in UCD,
  • enables access to data for both internal and external partners through an application programming interface (API).

Directories

  • tip: The source code.
  • examples: The tutorial with examples.

Getting Started

This project is under an active development. For more recent updates, please check out the development branch https://github.com/IBPA/TIP/tree/dev.

Installation

$ git clone https://github.com/IBPA/TIP.git  # Clone the repository to your machine.
$ pip install ./TIP  # Initiate setup.py.

Check if the package is correctly installed by

$ tip-cli

Uninstallation

$ pip uninstall tip-cli

Authors

Contact

For any questions, please contact us at tagkopouloslab@ucdavis.edu.

License

This project is licensed under the GNU GPLv3 License. Please see the LICENSE file for details.

Acknowledgments

This work has been supported by UCD Superfund Research Center funded by NIH/NIEHS.

Todo

  1. docstring for init
  2. Server should return all assays if users read a compound.
  3. Read, write data to a file, change json to CSV format as the template.
  4. Follow REST guideline.

About

Toxicology Integrated Platform

License:Apache License 2.0


Languages

Language:Python 100.0%