Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdice/signac-micde-cnsccs-2018

Slides and demos for the MICDE CNSCCS Symposium, October 15, 2018
https://github.com/bdice/signac-micde-cnsccs-2018

data-management data-visualization demo signac workflow-automation

Last synced: 15 days ago
JSON representation

Slides and demos for the MICDE CNSCCS Symposium, October 15, 2018

Awesome Lists containing this project

README

        

# signac - MICDE Symposium of the Center for Network and Storage Enabled Collaborative Computational Science 2018

## About
This repository contains slides and demos for the session ["Reproducible computational workflows with signac"](https://indico.cern.ch/event/692449/contributions/3170022/) held at the [2018 Symposium of the Center for Network and Storage Enabled Collaborative Computational Science](https://indico.cern.ch/event/692449/).

The **signac** framework is a collection of Python packages that are designed to automate computational investigations and manage the underlying data spaces. The framework is lightweight and easy to integrate with other tools.

## How to install signac

You can install signac with [conda](https://conda.io/docs/user-guide/install/download.html) through the [conda-forge](https://conda-forge.org/) channel:
```bash
conda install -c conda-forge signac signac-flow signac-dashboard
```
Alternatively, you can install with [pip](https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site):
```bash
pip install --user signac signac-flow signac-dashboard
```

## How to get help

For more information visit the [signac website](http://www.signac.io) or the [framework documentation](https://signac-docs.readthedocs.io/en/latest).