Skip to main content

Generate and work with GA4GH phenopackets

Project description

pyphetools

Python Phenopacket Tools

This package currently is designed to test how to use the Python version of the phenopackets package together with pandas to create phenopackets from typical supplemental tables.

Development goals include making builder code similar to the Java package to create valid phenopackets and to perform JSON Schema-based validation.

Setup

For initial development, we will use notebooks mainly. Do the following to get set up. Note that now we are using phenopackets version 2.0.2. openpyxl is needed to read Excel files.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install jupyter
python -m ipykernel install --name "venv" --display-name "venv"
cd notebooks
jupyter-notebook

We have installed the package in the Python Package Index (pypi) at pyphentools.

Updating package in PyPI

Make sure the build and twine packages are installed.

python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine

Update the version number in the pyproject.toml file Build and install

python3 -m build
python3 -m twine upload dist/*

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pyphetools-0.2.10.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

pyphetools-0.2.10-py3-none-any.whl (45.5 kB view details)

Uploaded Python 3

File details

Details for the file pyphetools-0.2.10.tar.gz.

File metadata

  • Download URL: pyphetools-0.2.10.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for pyphetools-0.2.10.tar.gz
Algorithm Hash digest
SHA256 2b310a65fb3e66aaa27e806e5eb66404d3ca3cbe857f37149b8ee363d6161ad6
MD5 6719239327143a39bdf965b01530d153
BLAKE2b-256 c341b369a0e59726783d2f0191d7213134c96f6ccce5a2451647cc7df364cbde

See more details on using hashes here.

File details

Details for the file pyphetools-0.2.10-py3-none-any.whl.

File metadata

  • Download URL: pyphetools-0.2.10-py3-none-any.whl
  • Upload date:
  • Size: 45.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for pyphetools-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d9961dda2ed1f899fd95f85d87a8c4b37cfb1cd3ecde33ed3ffc375b37666697
MD5 36e62a71ccac794708320e5d9ae6fe3b
BLAKE2b-256 41c7d551bdd0d548486eedde4adb4a9faa0a09aca40a6d6368014735f44ec791

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