Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Oct 14, 2016
1 parent 66cc6c7 commit 830fc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ of NextFlow looks like this:
curl -fsSL get.nextflow.io | bash
mv ./nextflow ~/bin
```
Note that if you're running on a Swedish UPPMAX you can load NextFlow as an
environment module:
Note that if you're running on a Swedish UPPMAX you can load NextFlow as an environment module:
```
module load nextflow
```
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ as single end.
*/

// Pipeline version
version = 0.1
version = 0.2

// Configurable variables
params.genome = 'GRCh37'
Expand Down

0 comments on commit 830fc0a

Please sign in to comment.