Skip to content

Commit

Permalink
Merge pull request #31 from CCBR/rseqc_path
Browse files Browse the repository at this point in the history
Fix rseqc path
  • Loading branch information
kelly-sovacool authored Apr 1, 2024
2 parents b24184e + 2eb0cf3 commit 2697939
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 deletions rnaseq/ccbr_rseqc_4.0.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
FROM nciccbr/ccbr_ubuntu_base_20.04:v1.0
FROM nciccbr/ccbr_ubuntu_base_20.04:v6

RUN apt-get install -y zlibc zlib1g zlib1g-dev

RUN apt-get install -y r-base-core libboost-dev

RUN pip3 install --upgrade pip && pip3 install RSeQC
RUN pip3 install --upgrade pip && \
pip3 install RSeQC==4.0.0 && \
tin.py -h

COPY Dockerfile /opt2

WORKDIR /data2

RUN apt-get clean

MAINTAINER [email protected]
4 changes: 4 additions & 0 deletions rnaseq/ccbr_rseqc_4.0.0/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dockerhub_namespace: nciccbr
image_name: ccbr_rseqc_4.0.0
version: v2
container: "$(dockerhub_namespace)/$(image_name):$(version)"

0 comments on commit 2697939

Please sign in to comment.