Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
baminou authored Sep 19, 2017
1 parent 5a97f0f commit 86ce7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcawg-bwa-mem-aligner/checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:16.04
LABEL base.image="ubuntu:16.04"
LABEL version="1"
LABEL software="PCAWG BWA mem Aligner Result Checker"
LABEL website="https://github.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/tree/master/pcawg-bwa-mem-aligner/checker"
LABEL website="https://github.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/tree/bwa-mem-v1/pcawg-bwa-mem-aligner/checker"

# File Author / Maintainer
MAINTAINER Brice Aminou <brice.aminou@gmail.com>
Expand All @@ -17,7 +17,7 @@ RUN apt-get -yqq update && \
apt-get -yqq install wget && \
apt-get -yqq install samtools

RUN wget https://raw.githubusercontent.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/master/pcawg-bwa-mem-aligner/checker/pcawg-bwa-mem-result-checker.sh && \
RUN wget https://raw.githubusercontent.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/bwa-mem-v1/pcawg-bwa-mem-aligner/checker/pcawg-bwa-mem-result-checker.sh && \
mv pcawg-bwa-mem-result-checker.sh /usr/local/bin/

#COPY pcawg-bwa-mem-result-checker.sh /usr/local/bin/pcawg-bwa-mem-result-checker.sh
Expand Down

0 comments on commit 86ce7b6

Please sign in to comment.