Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ketrew 3.0.0 by default #127

Merged
merged 2 commits into from
Dec 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/disco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ setup-docker () {
local path="`( cd \"$path\" && pwd )`"
local script="$path/${0##*/}"
apt-get install -y docker.io
docker pull hammerlab/coclobas
docker pull hammerlab/coclobas:with-ketrew-300
mkdir -p /tmp/coclo
chmod 777 /tmp/coclo
cp configuration.env /tmp/coclo
Expand All @@ -156,7 +156,7 @@ enter-docker () {
echo "cd to /coclo to get access to your config and disco.sh"
echo "...entering the Docker!"
docker run -it -p 443:443 -v /tmp/coclo:/coclo \
--privileged hammerlab/coclobas bash
--privileged hammerlab/coclobas:with-ketrew-300 bash
}

###########################
Expand All @@ -168,8 +168,6 @@ cluster-status () {
}

install-epidisco () {
opam pin add --yes ketrew 3.0.0
opam reinstall ketrew --yes
opam pin add --yes biokepi "https://github.com/hammerlab/biokepi.git"
opam pin add --yes epidisco "https://github.com/hammerlab/epidisco.git"
}
Expand Down