Skip to content

glotzerlab/signac-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3780b8 · Aug 21, 2020
Aug 20, 2020
Dec 13, 2019
Jan 9, 2020
Aug 21, 2020
Aug 21, 2020
Aug 20, 2020
May 22, 2017
Sep 1, 2019
Aug 21, 2020
Aug 21, 2020
Apr 1, 2019
Jun 27, 2020
Feb 29, 2020
Mar 14, 2019
Feb 29, 2020
Feb 9, 2020
Aug 20, 2020
Jun 27, 2020
Sep 3, 2019
Apr 4, 2020
Feb 20, 2020
Aug 21, 2020
Aug 21, 2020

Repository files navigation

signac-flow - manage workflows with signac

Affiliated with NumFOCUS PyPI conda-forge CircleCI RTD License conda-forge-downloads Gitter

The signac framework helps users manage and scale file-based workflows, facilitating data reuse, sharing, and reproducibility.

The signac-flow tool provides the basic components to set up simple to complex workflows for projects as part of the signac framework. That includes the definition of data pipelines, execution of data space operations and the submission of operations to high-performance super computers.

Resources

Installation

The recommended installation method for signac-flow is through conda or pip. The software is tested for Python versions 3.5+ and is built for all major platforms.

To install signac-flow via the conda-forge channel, execute:

conda install -c conda-forge signac-flow

To install signac-flow via pip, execute:

pip install signac-flow

Detailed information about alternative installation methods can be found in the documentation.

Testing

You can test this package by executing

$ python -m pytest tests/

within the repository root directory.

Acknowledgment

When using signac as part of your work towards a publication, we would really appreciate that you acknowledge signac appropriately. We have prepared examples on how to do that here. Thank you very much!

The signac framework is a NumFOCUS Affiliated Project.