Skip to content

Commit

Permalink
Updated delly to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlange committed Jun 18, 2020
1 parent ad5e38f commit 68b1997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ RUN cd ${TEMP_DIR} \
&& make install \
&& cd ${TEMP_DIR} \
&& rm -rf bedtools2 \
# Delly2 v0.8.1 (https://github.com/dellytools/delly)
# Delly2 v0.8.3 (https://github.com/dellytools/delly)
&& apt update \
&& apt install -y --no-install-recommends \
libboost-date-time-dev \
Expand All @@ -197,12 +197,12 @@ RUN cd ${TEMP_DIR} \
libboost-iostreams-dev \
&& cd ${TEMP_DIR} \
&& git clone https://github.com/dellytools/delly.git \
&& mv delly delly-0.8.1 \
&& cd delly-0.8.1 \
&& git checkout 'v0.8.1' \
&& mv delly delly-0.8.3 \
&& cd delly-0.8.3 \
&& git checkout 'v0.8.3' \
&& make STATIC=1 prefix=/usr/local install \
&& cd ${TEMP_DIR} \
&& rm -rf delly-0.8.1 \
&& rm -rf delly-0.8.3 \
# Fasta-to-Fastq (https://github.com/ekg/fasta-to-fastq/)
&& cd ${TEMP_DIR} \
&& git clone https://github.com/ekg/fasta-to-fastq.git \
Expand Down

0 comments on commit 68b1997

Please sign in to comment.