Skip to content

Commit

Permalink
Merge pull request #181 from pepkit/dev
Browse files Browse the repository at this point in the history
v0.12
  • Loading branch information
nsheff authored May 3, 2019
2 parents 172f60a + 7a01cb0 commit c91559d
Show file tree
Hide file tree
Showing 44 changed files with 1,644 additions and 660 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ open_pipelines/
# Reserved files for comparison
*RESERVE*

doc/
build/
dist/
looper.egg-info/
loopercli.egg-info/


*ipynb_checkpoints*
hello_looper-master*
hello_looper-master*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- pip install .
- pip install -r requirements/requirements-dev.txt
- pip install -r requirements/requirements-test.txt
script: pytest
script: pytest --cov=looper
branches:
only:
- dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![Build Status](https://travis-ci.org/pepkit/looper.svg?branch=master)](https://travis-ci.org/pepkit/looper)
[![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)

`Looper` is a pipeline submission engine. The typical use case is to run a bioinformatics pipeline across many different input samples. Instructions are in the [documentation](http://code.databio.org/looper/).
`Looper` is a pipeline submission engine. The typical use case is to run a bioinformatics pipeline across many different input samples. Instructions are in the [documentation](http://looper.databio.org/).
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Releases are posted as [GitHub releases](https://github.com/pepkit/looper/releas


```
pip install --user https://github.com/pepkit/looper/zipball/master
pip install --user loopercli
```

Update with:

```
pip install --user --upgrade https://github.com/pepkit/looper/zipball/master
pip install --user --upgrade loopercli
```

If the `looper` executable in not automatically in your `$PATH`, add the following line to your `.bashrc` or `.profile`:
Expand Down
2 changes: 2 additions & 0 deletions docs/autodoc_build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
284 changes: 0 additions & 284 deletions docs/autodoc_build/api.md

This file was deleted.

Loading

0 comments on commit c91559d

Please sign in to comment.