Skip to content

Commit

Permalink
dockerfile version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
baminou committed Sep 13, 2018
1 parent 7b4e681 commit 7394738
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="2"
LABEL software="PCAWG BWA mem Aligner Result Checker"
LABEL website="https://github.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/tree/bwa-mem-v2/pcawg-bwa-mem-aligner/checker"
LABEL website="https://github.com/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/tree/bwa-mem-v3/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://github.com/raw/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/bwa-mem-v2/pcawg-bwa-mem-aligner/checker/pcawg-bwa-mem-result-checker.sh && \
RUN wget https://github.com/raw/ICGC-TCGA-PanCancer/GA4GH-DREAM_Workflow_Execution_Challenge/bwa-mem-v3/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 7394738

Please sign in to comment.