Skip to content

Commit

Permalink
Merge pull request #40 from CCBR/rseqc-v3
Browse files Browse the repository at this point in the history
fix: update rseqc to use base container v7
  • Loading branch information
kelly-sovacool authored Nov 25, 2024
2 parents 56afec7 + 205892c commit 57501bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rnaseq/ccbr_rseqc_4.0.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nciccbr/ccbr_ubuntu_base_20.04:v6
FROM nciccbr/ccbr_ubuntu_base_20.04:v7

RUN pip3 install --upgrade pip && \
pip3 install RSeQC==4.0.0 && \
Expand Down
2 changes: 1 addition & 1 deletion rnaseq/ccbr_rseqc_4.0.0/meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dockerhub_namespace: nciccbr
image_name: ccbr_rseqc_4.0.0
version: v2
version: v3
container: "$(dockerhub_namespace)/$(image_name):$(version)"

0 comments on commit 57501bf

Please sign in to comment.