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
Built Distribution
File details
Details for the file pyphetools-0.2.2.tar.gz
.
File metadata
- Download URL: pyphetools-0.2.2.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bcbd9e4058782559654ef6d905a91cb7ea9a33be2bad1f5609984f7ac69b717 |
|
MD5 | 58c9b25e4701c602bd9ec2986fdf4daa |
|
BLAKE2b-256 | 8c5ec49444ca1cededc266038e1210d887e47474aedc5084c07ef0eb4f425f0d |
File details
Details for the file pyphetools-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pyphetools-0.2.2-py3-none-any.whl
- Upload date:
- Size: 35.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20a4dfe6eda65de73109c733a10ae18c4a11b7f76dd84012f4cf2ac48ddae0c1 |
|
MD5 | 1f82d9033e4f29a3f5f31596b0ef61b8 |
|
BLAKE2b-256 | ae4958ca927392716f053085191b18d4f38f009bb23c09b59b304cee048ab04b |