Skip to content

Commit 4c8a60f

Browse files
authored
Merge pull request #19 from bioinform/update_fusioncatcher
Update fusioncatcher
2 parents 35e65e5 + 1fc06be commit 4c8a60f

File tree

4 files changed

+109
-107
lines changed

4 files changed

+109
-107
lines changed

docker/Dockerfile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33

4-
ENV RNACOCKTAIL_VERSION 0.3.0
4+
ENV RNACOCKTAIL_VERSION 0.3.1
55
ENV R_VERSION 3.6.1-3bionic
66
ENV DEBIAN_FRONTEND noninteractive
77
ENV DEBCONF_NONINTERACTIVE_SEEN true
@@ -16,22 +16,22 @@ ENV OASES_VERSION 0.2.09
1616
ENV VELVET_VERSION 1.2.10
1717
ENV SUBREAD_VERSION 2.0.0
1818
ENV LORDEC_VERSION 0.9
19-
ENV STAR_VERSION 2.7.0f
19+
ENV STAR_VERSION 2.7.2b
2020
ENV PICARD_VERSION 2.19.0
2121
ENV HTSLIB_VERSION 1.9
2222
ENV GIREMI_VERSION 0.2.1
2323
ENV BIOPYTHON_VERSION 1.74
2424
ENV OPENPYXL_VERSION 2.6.4
2525
ENV XLRD_VERSION 1.1.0
26-
ENV BOWTIE_VERSION 1.2.2
27-
ENV BOWTIE2_VERSION 2.2.9
26+
ENV BOWTIE_VERSION 1.2.3
27+
ENV BOWTIE2_VERSION 2.3.5.1
2828
ENV BWA_VERSION 0.7.17
2929
ENV SRA_VERSION 2.9.6
3030
ENV COREUTILS_VERSION 8.27
31-
ENV PIGZ_VERSION 2.3.1
31+
ENV PIGZ_VERSION 2.4
3232
ENV GMAP_VERSION 2019-09-12
3333
ENV BBMAP_VERSION 38.44
34-
ENV FUSIONCATCHER_VERSION 1.10
34+
ENV FUSIONCATCHER_VERSION 1.20
3535
ENV GFFREAD_VERSION 0.11.5
3636
ENV IDPFUSION_VERSION 1.1.1
3737
ENV GATK_VERSION 4.1.4.0
@@ -94,8 +94,8 @@ RUN pip install pybedtools==${PYBEDTOOLS_VERSION} pysam==${PYSAM_VERSION} biopyt
9494
RUN wget https://sourceforge.net/projects/bowtie-bio/files/bowtie/${BOWTIE_VERSION}/bowtie-${BOWTIE_VERSION}-linux-x86_64.zip -O /opt/bowtie-${BOWTIE_VERSION}-linux-x86_64.zip
9595
RUN cd /opt && unzip bowtie-${BOWTIE_VERSION}-linux-x86_64.zip && cp -p /opt/bowtie-${BOWTIE_VERSION}-linux-x86_64/bowtie* /usr/local/bin && cd /opt && rm -rf bowtie*
9696

97-
RUN wget https://sourceforge.net/projects/bowtie-bio/files/bowtie2/${BOWTIE2_VERSION}/bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip/download -O /opt/bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip
98-
RUN cd /opt && unzip bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip && cp -p /opt/bowtie2-${BOWTIE2_VERSION}/bowtie2* /usr/local/bin && cd /opt && rm -rf bowtie2*
97+
RUN wget https://sourceforge.net/projects/bowtie-bio/files/bowtie2/${BOWTIE2_VERSION}/bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip -O /opt/bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip
98+
RUN cd /opt && unzip bowtie2-${BOWTIE2_VERSION}-linux-x86_64.zip && cp -p /opt/bowtie2-${BOWTIE2_VERSION}-linux-x86_64/bowtie2* /usr/local/bin && cd /opt && rm -rf bowtie2*
9999

100100
RUN wget https://sourceforge.net/projects/bio-bwa/files/bwa-${BWA_VERSION}.tar.bz2/download -O /opt/bwa-${BWA_VERSION}.tar.bz2
101101
RUN cd /opt && tar xjf bwa-${BWA_VERSION}.tar.bz2 && cd bwa-${BWA_VERSION} && make && cp -p /opt/bwa-${BWA_VERSION}/bwa /usr/local/bin && cd /opt && rm -rf bwa*
@@ -131,7 +131,8 @@ RUN cd /opt && tar -xzvf BBMap_${BBMAP_VERSION}.tar.gz
131131

132132
ENV PATH $PATH:/opt/fusioncatcher_v${FUSIONCATCHER_VERSION}/bin/
133133

134-
RUN wget https://github.com/ndaniel/fusioncatcher/releases/download/${FUSIONCATCHER_VERSION}/fusioncatcher_v${FUSIONCATCHER_VERSION}.zip -O /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}.zip && cd /opt && unzip fusioncatcher_v${FUSIONCATCHER_VERSION}.zip && cp -p /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}/bin/sam2psl.py /usr/local/bin
134+
RUN wget https://github.com/ndaniel/fusioncatcher/releases/download/${FUSIONCATCHER_VERSION}/fusioncatcher_v${FUSIONCATCHER_VERSION}.zip -O /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}.zip && cd /opt && unzip fusioncatcher_v${FUSIONCATCHER_VERSION}.zip && cp -p /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}/bin/sam2psl.py /usr/local/bin && cp -p /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}/bin/FC /opt/fusioncatcher_v${FUSIONCATCHER_VERSION}/bin/fusioncatcher
135+
135136

136137
ADD http://ccb.jhu.edu/software/stringtie/dl/gffread-${GFFREAD_VERSION}.Linux_x86_64.tar.gz opt/gffread-${GFFREAD_VERSION}.Linux_x86_64.tar.gz
137138
RUN cd /opt && tar -xzvf gffread-${GFFREAD_VERSION}.Linux_x86_64.tar.gz && cp -p /opt/gffread-${GFFREAD_VERSION}.Linux_x86_64/gffread /usr/local/bin && rm -rf /opt/gffread*
@@ -143,7 +144,7 @@ RUN cd /opt && tar -xzvf IDP-fusion_${IDPFUSION_VERSION}.tar.gz && rm -rf /opt/I
143144

144145
RUN wget https://github.com/broadinstitute/gatk/releases/download/4.1.4.0/gatk-4.1.4.0.zip -O /opt/gatk-4.1.4.0.zip && cd /opt && unzip gatk-4.1.4.0.zip && chmod -R 777 /opt/gatk-4.1.4.0
145146

146-
RUN pip install https://github.com/bioinform/rnacocktail/archive/v0.3.0.tar.gz
147+
RUN pip install https://github.com/bioinform/rnacocktail/archive/v${RNACOCKTAIL_VERSION}.tar.gz
147148

148149
VOLUME /work_dir
149150

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ <h2>Publication</h2>
168168

169169
<h2>Download RNACocktail</h2>
170170

171-
<p>Latest version: <a href="https://github.com/bioinform/RNACocktail/archive/v0.3.0.tar.gz"
172-
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/archive/v0.3.0.tar.gz'); return false;">https://github.com/bioinform/RNACocktail/archive/v0.3.0.tar.gz</a></p>
171+
<p>Latest version: <a href="https://github.com/bioinform/RNACocktail/archive/v0.3.1.tar.gz"
172+
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/archive/v0.3.1.tar.gz'); return false;">https://github.com/bioinform/RNACocktail/archive/v0.3.1.tar.gz</a></p>
173173

174174
<p>For other versions, see "releases". <a href="https://github.com/bioinform/RNACocktail/releases"
175175
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/releases'); return false;">https://github.com/bioinform/RNACocktail/releases</a></p>
@@ -386,8 +386,8 @@ <h2>System Requirements</h2>
386386
</p>
387387

388388
<h2>Installing RNACocktail</h2>
389-
<p>RNACocktail is a python package and can be installed using <code>pip</code>. To install type <code>pip install https://github.com/bioinform/RNACocktail/archive/v0.3.0.tar.gz</code>. The current version
390-
of RNACocktail is v0.3.0. In general, the install source would be https://github.com/bioinform/RNACocktail/archive/version.tar.gz</p>
389+
<p>RNACocktail is a Python 2.7 package and can be installed using <code>pip</code>. To install type <code>pip install https://github.com/bioinform/RNACocktail/archive/v0.3.1.tar.gz</code> (using Python 2.7). The current version
390+
of RNACocktail is v0.3.1. In general, the install source would be https://github.com/bioinform/RNACocktail/archive/version.tar.gz</p>
391391

392392

393393
<h2>Running RNACocktail</h2>

src/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)