Updating dockerfiles
authorSarah Wait Zaranek <swz@curii.com>
Thu, 18 Jun 2020 01:04:03 +0000 (01:04 +0000)
committerWard Vandewege <ward@jhvc.com>
Thu, 18 Jun 2020 15:16:40 +0000 (11:16 -0400)
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
no issue #

WGS-processing/docker/bwa/Dockerfile
WGS-processing/docker/clinvar-report/Dockerfile
WGS-processing/docker/fastqc/Dockerfile

index 27a62547ed533b7a2a2f8706620a04ca31928a87..94254ddb336c6683ec7f9c7bb86076b7b97a4b8c 100644 (file)
@@ -1,7 +1,6 @@
-FROM arvados/jobs
-MAINTAINER Bryan Cosca <bcosca@curii.com>
-
+FROM arvados/jobs:latest
 USER root
+MAINTAINER Sarah Wait Zaranek <swz@curii.com>
 
 RUN apt-get update -qy
 RUN apt-get install -qy build-essential wget cmake zlib1g-dev python-pip unzip libbz2-dev liblzma-dev libcurl4-openssl-dev libncurses-dev
@@ -21,5 +20,3 @@ ADD picard.jar /
 
 WORKDIR /
 
-# ADD bcftools-1.10.2.tar.bz2 /
-
index d8811e01a3edb788bd7ac78615554c3acd5073f8..48d35df15d676b3efefdc6ffdad7d22925ab6066 100644 (file)
@@ -1,5 +1,6 @@
 FROM arvados/jobs:latest
 USER root
+MAINTAINER Sarah Wait Zaranek <swz@curii.com>
 
 # Install python tools
 RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
index 9d784ca036672b47862d6cc47ed1bb755c434850..6d9badb70dd82c96df47a9ddda8f83d8f0f90a24 100644 (file)
@@ -1,7 +1,6 @@
-FROM arvados/jobs
-MAINTAINER Bryan Cosca <bcosca@curii.com>
-
+FROM arvados/jobs:latest
 USER root
+MAINTAINER Sarah Wait Zaranek <swz@curii.com>
 
 RUN apt-get update -qy
 RUN apt-get install -qy build-essential wget cmake zlib1g-dev python-pip unzip libbz2-dev liblzma-dev libcurl4-openssl-dev libncurses-dev