Library for benchmarking the impact of transcript count type stratification on trajectory inference.
Project description
flytezen
A template for hydra-zen configuration of Flyte workflow execution.
Quick start
See make | grep codespace
, run make codespace_create code
, or
This provides a zero install demonstration of the supported development environment that depends on the nix package manager or open container images built with it. See make | grep nix
or make -n setup_dev
to setup a local copy of this environment.
Layout
tree
.
├── .argo
│ └── build.yaml
├── .devcontainer
│ ├── devcontainer.Dockerfile
│ └── devcontainer.json
├── .flyte
│ ├── config-browser.yaml
│ ├── config-local.yaml
│ ├── config-template.yaml
│ └── config.yaml
├── .github
│ ├── actions
│ │ ├── setup_environment
│ │ │ └── action.yml
│ │ └── tag-build-push-container
│ ├── workflows
│ │ ├── CD.yaml
│ │ ├── CI.yaml
│ │ ├── build-images.yaml
│ │ └── labeler.yml
│ ├── .gitkeep
│ ├── CODEOWNERS
│ ├── codecov.yml
│ ├── labels.yml
│ └── renovate.json
├── .vscode
│ ├── extensions.json
│ ├── launch.json
│ ├── settings.json
│ └── tasks.json
├── containers
│ ├── Dockerfile
│ ├── gpu.Dockerfile
│ └── pkg.Dockerfile
├── environments
│ └── conda
│ ├── conda-linux-64.lock.yml
│ ├── conda-lock.yml
│ └── virtual-packages.yml
├── src
│ ├── flytezen
│ │ ├── cli
│ │ │ ├── __init__.py
│ │ │ ├── execute.py
│ │ │ ├── execution_config.py
│ │ │ └── execution_utils.py
│ │ ├── workflows
│ │ │ ├── __init__.py
│ │ │ ├── example.py
│ │ │ └── lrwine.py
│ │ ├── __init__.py
│ │ ├── __main__.py
│ │ ├── configuration.py
│ │ ├── constants.py
│ │ └── logging.py
│ └── .gitkeep
├── tests
│ ├── __init__.py
│ ├── conftest.py
│ └── test_cli.py
├── .dockerignore
├── .env
├── .envrc
├── .example.env
├── .gitignore
├── LICENSE
├── Makefile
├── README.md
├── devshell
├── flake.lock
├── flake.nix
├── poetry.lock
├── poetry.toml
├── pyproject.toml
└── requirements.txt
18 directories, 58 files
Acknowledgements
Selected dependencies
See also flake.nix, pyproject.toml, and .github.
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
flytezen-1.0.0b1.tar.gz
(35.9 kB
view details)
Built Distribution
File details
Details for the file flytezen-1.0.0b1.tar.gz
.
File metadata
- Download URL: flytezen-1.0.0b1.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a083e9e6b51a5726d3a5eede31a6805a6aa478e0b7ba86c21606fd8a80ed8c |
|
MD5 | 90963998715d516f7e86388622f8a9f8 |
|
BLAKE2b-256 | c3a8ec3a2bfac37a764f15610034ee48ed8f7b8aa7b8c248acc6bf3b4ce450a0 |
File details
Details for the file flytezen-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: flytezen-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c2b7d87c2150446e995fba94276423e6604dd37a0fc89abf16b9024a34505b0 |
|
MD5 | 4da4d6be50395cd48cf029dd2dbb1b31 |
|
BLAKE2b-256 | 74b86964cc2f63404097447a71dee351eddda8ea17ff12c3f03823c56c0b9f55 |