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.0b3.tar.gz
(35.9 kB
view details)
Built Distribution
File details
Details for the file flytezen-1.0.0b3.tar.gz
.
File metadata
- Download URL: flytezen-1.0.0b3.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 | 4e71b29dfbf4c747ea501b6a8cde3cee8185190e2c31931b48748e8eb21ccaf7 |
|
MD5 | 892d99a2236a667fa60e3dbc4d5d5d0b |
|
BLAKE2b-256 | f97a4ebd62037d188188607ad122e7e2dffa904b8c237107a71b63c80a03c239 |
File details
Details for the file flytezen-1.0.0b3-py3-none-any.whl
.
File metadata
- Download URL: flytezen-1.0.0b3-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 | 04c89bac6f463d50671e381d849fb5255fc7a51f42b05d7b904f7c310501199c |
|
MD5 | 3230b9031c300ee60005dcf21401332d |
|
BLAKE2b-256 | bbe2afb663b27fc067144e391e7dce4d41219ac0593a6920226b3f67366bdc2c |