Skip to content

Commit

Permalink
Merge pull request #158 from fnothaft/issues/157-quinine-hotfix-36
Browse files Browse the repository at this point in the history
Point at Quinine fixes for issues 34/35 (resolves #157)
  • Loading branch information
fnothaft authored Aug 1, 2016
2 parents 8cd29e3 + 0538da9 commit 06a54f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quinine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
build_number ?= none
git_commit ?= $(shell git rev-parse HEAD)
name = quay.io/ucsc_cgl/quinine
tag = 65bdfae289e2be6874108923e08ce073ce090a8e--${git_commit}
tag = 2475aea0f800ce293dbf18e743c500a0cd51e403--${git_commit}

# Steps
build: ${build_output} ${build_tool}
Expand Down
2 changes: 1 addition & 1 deletion quinine/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN git clone https://github.com/bigdatagenomics/quinine.git

# build quinine
WORKDIR /home/quinine
RUN git checkout 65bdfae289e2be6874108923e08ce073ce090a8e
RUN git checkout 2475aea0f800ce293dbf18e743c500a0cd51e403

RUN /opt/apache-maven-3.3.9/bin/mvn package -DskipTests

0 comments on commit 06a54f6

Please sign in to comment.