Skip to content

Commit

Permalink
Adds Tabix to StrVCTVRE (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie authored Dec 12, 2023
1 parent 9c07e0f commit 2ad8589
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions images/strvctvre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ RUN apt-get update && \
liblzma-dev \
libncurses5-dev \
python3-dev \
tabix \
wget && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
git clone https://github.com/andrewSharo/StrVCTVRE && \
cd StrVCTVRE && \
git checkout ${VERSION}

RUN pip install \
git checkout ${VERSION} && \
pip install \
cyvcf2 \
Cython \
joblib \
Expand All @@ -31,3 +31,5 @@ RUN pip install \
pybigwig \
pysam \
scikit-learn==1.0.2

WORKDIR /StrVCTVRE

0 comments on commit 2ad8589

Please sign in to comment.