Skip to content

Commit

Permalink
update pip version comparative-annotation-toolkit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi12k committed Jan 7, 2025
1 parent c275770 commit 007f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparative-annotation-toolkit/2.2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get update
RUN apt-get install -y wget bedtools bamtools samtools sqlite3 libgsl0-dev libcolamd2 software-properties-common libcurl4-openssl-dev exonerate
RUN add-apt-repository -y ppa:deadsnakes/ppa
RUN apt-get install -y python3.7 python3-pip
RUN python3.7 -m python3-pip install --upgrade python3-pip #added
RUN python3.7 -m pip3 install --upgrade pip3 #added
# Kent
RUN for i in wigToBigWig faToTwoBit gff3ToGenePred genePredToBed genePredToFakePsl bamToPsl transMapPslToGenePred \
pslPosTarget axtChain chainMergeSort pslMap pslRecalcMatch pslMapPostChain gtfToGenePred genePredToGtf bedtools \
Expand Down

0 comments on commit 007f8cb

Please sign in to comment.