Skip to content

Commit

Permalink
Changed container address
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Nov 5, 2018
1 parent db1afc6 commit 5409a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ before_install:
# PRs to master are only ok if coming from dev branch
- '[ $TRAVIS_PULL_REQUEST = "false" ] || [ $TRAVIS_BRANCH != "master" ] || ([ $TRAVIS_PULL_REQUEST_SLUG = $TRAVIS_REPO_SLUG ] && [ $TRAVIS_PULL_REQUEST_BRANCH = "dev" ])'
# Pull the docker image first so the test doesn't wait for this
## - docker pull nfcore/atacseq
- docker pull crickbabs/nf-core-atacseq
- docker pull nfcore/atacseq
# Fake the tag locally so that the pipeline runs properly
## - docker tag nfcore/atacseq nfcore/atacseq:latest
- docker tag crickbabs/nf-core-atacseq crickbabs/nf-core-atacseq:latest
- docker tag nfcore/atacseq nfcore/atacseq:latest

install:
# Install Nextflow
Expand Down
3 changes: 1 addition & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
// Global default params, used in configs
params {

//container = 'nfcore/atacseq:latest' // Container slug. Stable releases should specify release tag!
container = 'crickbabs/nf-core-atacseq:latest'
container = 'nfcore/atacseq:latest' // Container slug. Stable releases should specify release tag!

// Options: Generic
genome = false
Expand Down

0 comments on commit 5409a37

Please sign in to comment.