https://github.com/allencellmodeling/datastep
A base class and utility functions for creating pure functions steps for DAGs.
https://github.com/allencellmodeling/datastep
Last synced: 10 months ago
JSON representation
A base class and utility functions for creating pure functions steps for DAGs.
- Host: GitHub
- URL: https://github.com/allencellmodeling/datastep
- Owner: AllenCellModeling
- License: other
- Created: 2020-01-10T23:42:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T06:36:36.000Z (about 5 years ago)
- Last Synced: 2025-02-03T15:50:50.920Z (11 months ago)
- Language: Python
- Size: 6.18 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# datastep
[](https://github.com/AllenCellModeling/datastep/actions)
[](https://AllenCellModeling.github.io/datastep)
[](https://codecov.io/gh/AllenCellModeling/datastep)
Base class and utility functions for creating data-centric steps for workflow DAGs, with the idea that each step is heavily tied to large amounts of
data.
---
This library should rarely be used by itself, it was developed in pair with
[cookiecutter-stepworkflow](https://github.com/AllenCellModeling/cookiecutter-stepworkflow)
and you should look there for more context-rich documentation.
## Installation
**Stable Release:**
`pip install datastep`
**Development Head:**
`pip install git+https://github.com/AllenCellModeling/datastep.git`
## Documentation
For full package documentation please visit
[AllenCellModeling.github.io/datastep](https://AllenCellModeling.github.io/datastep).
## Development
See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the
code (from getting started to e.g. using bumpversion to make a new release).
***Free software: Allen Institute Software License***