Skip to content

Commit

Permalink
Merge pull request #3 from leshaker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 13, 2017
2 parents ad6632e + f14e1a9 commit 5fb9c88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
manifest.mainScript = 'grape-pipeline.nf'

//Use Docker by default
docker.enabled = true
docker {
enabled = true
sudo = false
fixOwnership = true
runOptions = "-u `id -u $USER`"
}

//Enable trace by default
trace.enabled = true
Expand Down

0 comments on commit 5fb9c88

Please sign in to comment.