Skip to content

Commit

Permalink
Merge pull request #135 from databio/dev
Browse files Browse the repository at this point in the history
Release 0.10
  • Loading branch information
vreuter authored Mar 26, 2019
2 parents c248527 + d9741a7 commit 6532168
Show file tree
Hide file tree
Showing 79 changed files with 2,301 additions and 1,762 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ tests/test/*

# ignore built docs
doc/build/*
docs_jupyter/build/*
docs/autodoc_build/*

# ignore test results
example_pipelines/hello_pypiper_results/*

# generic ignore list:
*.lst
Expand Down Expand Up @@ -77,3 +82,7 @@ build/
dist/
pypiper.egg-info/
piper.egg-info/


*ipynb_checkpoints*
*.egg-info*
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ install:
- pip install .
- pip install -r requirements/reqs-ngstk.txt
- pip install -r requirements/reqs-test.txt
script: pytest
script: pytest -v --cov=pypiper
after_success:
- coveralls
branches:
only:
- dev
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="logo_pypiper.svg" alt="Pypiper logo" height="70" align="left"/>
<img src="https://raw.githubusercontent.com/databio/pypiper/master/logo_pypiper.svg?sanitize=true" alt="Pypiper logo" height="70" align="left"/>

# Pypiper

[![Documentation Status](https://readthedocs.org/projects/pypiper/badge/?version=latest)](http://pypiper.readthedocs.org/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/databio/pypiper.svg?branch=master)](https://travis-ci.org/databio/pypiper)

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/).
A lightweight python toolkit for gluing together restartable, robust command line pipelines. The best place to learn more is at the [documentation](http://code.databio.org/pypiper/).
177 changes: 0 additions & 177 deletions doc/Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions doc/source/advanced.rst

This file was deleted.

16 changes: 0 additions & 16 deletions doc/source/api.rst

This file was deleted.

24 changes: 0 additions & 24 deletions doc/source/best-practices.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/source/contributing.rst

This file was deleted.

103 changes: 0 additions & 103 deletions doc/source/develop-arguments.rst

This file was deleted.

Loading

0 comments on commit 6532168

Please sign in to comment.