Skip to content

Commit

Permalink
still dealing with #11
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed May 12, 2016
1 parent e7b75a7 commit 919f1dd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM ubuntu:trusty
RUN apt-get -qq update
RUN apt-get -qq -y install wget
VOLUME /wdir
WORKDIR /wdir
RUN wget -O ERR022523_1.fastq.gz ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR022/ERR022523/ERR022523_1.fastq.gz
RUN wget -O ERR022523_2.fastq.gz ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR022/ERR022523/ERR022523_2.fastq.gz
RUN wget -O Pf3D7_v2.1.5.fasta ftp://ftp.sanger.ac.uk/pub/project/pathogens/Plasmodium/falciparum/3D7/3D7.version2.1.5/Pf3D7_v2.1.5.fasta

RUN wget -O /wdir/ERR022523_1.fastq.gz ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR022/ERR022523/ERR022523_1.fastq.gz
RUN wget -O /wdir/ERR022523_2.fastq.gz ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR022/ERR022523/ERR022523_2.fastq.gz
RUN wget -O /wdir/Pf3D7_v2.1.5.fasta ftp://ftp.sanger.ac.uk/pub/project/pathogens/Plasmodium/falciparum/3D7/3D7.version2.1.5/Pf3D7_v2.1.5.fasta
#VOLUME /wdir

0 comments on commit 919f1dd

Please sign in to comment.