Add your description here
Project description
🧬 PhyloData CLI
📥 Installation
Using pip
pip install phylodata
📖 Usage
# Process an experiment before uploading it to PhyloData
# (starts an interactive process in a web browser)
phylodata process
# Validate if a given JSON file contains valid PhyloData metadata
phylodata validate path/to/metadata.json
# Print the JSON schema for valid PhyloData metadata files
# (Use this to debug the JSON file, e.g. using https://www.jsonschemavalidator.net/)
phylodata schema
For Developers
🔧 Tech Stack
- Python: Requires Python 3.10+
- Streamlit: Web interface for data processing
- UV: Modern Python package manager and installer (no venv required)
- Just: Command runner used for development workflows
📋 Prerequisites
🛠️ Development Commands
Run these commands with just:
just test # Run pytest tests with UV
just check # Run ruff linter with auto-fix
just format # Format code with ruff
In order to run a script using the dependencies, just preface it with uv python:
uv python my_script.py
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
phylodata-0.14.0.tar.gz
(956.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
phylodata-0.14.0-py3-none-any.whl
(626.3 kB
view details)
File details
Details for the file phylodata-0.14.0.tar.gz.
File metadata
- Download URL: phylodata-0.14.0.tar.gz
- Upload date:
- Size: 956.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a62e57acc43ea2f0a463817c7c04c0b3d44362d1d1ca9117bcb98ff5bc46565c
|
|
| MD5 |
61c3313b9392f18ff6904cb6f0d283d0
|
|
| BLAKE2b-256 |
470b847357867efd2130fb18d0c14b391b3cc49cde841c51fabaebfeac494e54
|
File details
Details for the file phylodata-0.14.0-py3-none-any.whl.
File metadata
- Download URL: phylodata-0.14.0-py3-none-any.whl
- Upload date:
- Size: 626.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76be0cc438bc42f35e5e95c3608d79a0c894f868cc982f9a9b89d6c1701b1685
|
|
| MD5 |
377df7c23c79fd260f21994036dc9844
|
|
| BLAKE2b-256 |
f40e3ecaa316fe6467969a08b3445c89e74bd7cb5f83656baa293d10cf783920
|