Skip to content

Commit

Permalink
Merge pull request #78 from databio/dev
Browse files Browse the repository at this point in the history
0.8 release candidate
  • Loading branch information
nsheff committed Jun 14, 2018
2 parents f15e873 + d58614c commit 77cff63
Show file tree
Hide file tree
Showing 29 changed files with 3,596 additions and 159 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests/test/*

# ignore eggs
.eggs/
*.egg

# ignore built docs
doc/build/*
Expand Down
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,4 @@

[![Documentation Status](https://readthedocs.org/projects/pypiper/badge/?version=latest)](http://pypiper.readthedocs.org/en/latest/?badge=latest)

A lightweight python toolkit for gluing together restartable, robust command line pipelines. Pypiper works with [Looper](http://github.com/epigen/looper) to form a complete bioinformatics pipeline framework.

The best place to learn more is at the [documentation hosted at Read the Docs](http://pypiper.readthedocs.org/). There you will find:

* [Hello World](http://pypiper.readthedocs.io/en/latest/hello-world.html)
* [Tutorials](http://pypiper.readthedocs.io/en/latest/tutorials.html)
* [API](http://pypiper.readthedocs.io/en/latest/api.html)
* A list of public pipelines that use pypiper.
* and more!

# Install

```
pip install --user piper
```

Update with:

```
pip install --user --upgrade piper
```
A lightweight python toolkit for gluing together restartable, robust command line pipelines. The best place to learn more is at the [documentation hosted at Read the Docs](http://pypiper.readthedocs.org/).
306 changes: 306 additions & 0 deletions doc/source/_static/error.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77cff63

Please sign in to comment.