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
│ ├── disabled
│ │ ├── CD.yaml
│ │ └── CI.yaml
│ ├── workflows
│ │ ├── CID.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
│ ├── compose.yaml
│ ├── gpu.Dockerfile
│ └── pkg.Dockerfile
├── docs
│ ├── notebooks
│ │ └── text
│ ├── reference
│ │ └── flytezen.md
│ ├── index.md
│ └── specification.md
├── 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
├── CHANGELOG.md
├── LICENSE
├── Makefile
├── README.md
├── devshell
├── flake.lock
├── flake.nix
├── mkdocs.yml
├── poetry.lock
├── poetry.toml
├── pyproject.toml
└── requirements.txt
23 directories, 65 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
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
File details
Details for the file flytezen-1.0.3.tar.gz.
File metadata
- Download URL: flytezen-1.0.3.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
885cce3f7f8679c05e32307e3361feeaa677208f409c1a541a13573c593dd229
|
|
| MD5 |
8c40cd17c60f88025f12b4936046e106
|
|
| BLAKE2b-256 |
da73b26f427a69c4fceb4f827952ed44c44e12e836b2efb760b5c87be0bd6386
|
File details
Details for the file flytezen-1.0.3-py3-none-any.whl.
File metadata
- Download URL: flytezen-1.0.3-py3-none-any.whl
- Upload date:
- Size: 37.5 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 |
ed56dd0643a59d6e0f80c338a9aa545493e591cbd448984cca49170596c4d494
|
|
| MD5 |
8684ea7b38305c115e17d80d31e02423
|
|
| BLAKE2b-256 |
74ea1e38e082009c7cbf8ed3e80377f6c309f5f6b8e36688fbbd8cdbcf5c4020
|