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.12.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

pyphetools-0.2.12-py3-none-any.whl (45.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pyphetools-0.2.12.tar.gz
Algorithm Hash digest
SHA256 1a20e2970e7222b7a134e430631dd8f3c283d67d3c8efb7b8a773e9b58a826e2
MD5 e90583c1afd2174d2254be4e00593c56
BLAKE2b-256 5ff0bbe34253d41f5804b3c59b5878051c93a96cdcca4ddbf9fccfaf7186335d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyphetools-0.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 ed8db32fe8d5054987dba881742a84c43867fa07dffa978fa56c435509dc2701
MD5 532e0312f62fc8f687392e3258b5efd8
BLAKE2b-256 e7d2cf5f70222b608a5a485035aa586a5895396533e60ba8166f09b76d1543d9

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