Skip to content

Commit

Permalink
Merge pull request #39 from BD2KGenomics/feature/brian_patches_for_do…
Browse files Browse the repository at this point in the history
…ckstore_3_0_2

Updating the version of workflow and toil
  • Loading branch information
briandoconnor authored Jan 10, 2017
2 parents 2d23617 + 6dbe2ac commit 2072165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RUN curl https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz \
| tar -xvzf - --transform='s,[^/]*/,,g' -C /usr/local/bin/ \
&& chmod u+x /usr/local/bin/docker
# Install Toil
RUN pip install toil==3.3.4
RUN pip install toil==3.3.5

# Install toil-rnaseq
RUN pip install toil-rnaseq==3.0.1
RUN pip install toil-rnaseq==3.0.2

COPY wrapper.py /opt/rnaseq-pipeline/
COPY README.md /opt/rnaseq-pipeline/
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RUN curl https://get.docker.com/builds/Linux/x86_64/docker-DOCKERVER.tgz \
| tar -xvzf - --transform='s,[^/]*/,,g' -C /usr/local/bin/ \
&& chmod u+x /usr/local/bin/docker
# Install Toil
RUN pip install toil==3.3.4
RUN pip install toil==3.3.5

# Install toil-rnaseq
RUN pip install toil-rnaseq==3.0.1
RUN pip install toil-rnaseq==3.0.2

COPY wrapper.py /opt/rnaseq-pipeline/
COPY README.md /opt/rnaseq-pipeline/
Expand Down

0 comments on commit 2072165

Please sign in to comment.