Skip to content

Commit

Permalink
Merge pull request #4 from genome/cram
Browse files Browse the repository at this point in the history
adding cython dep which only fails on dockerhub
  • Loading branch information
chrisamiller authored May 28, 2020
2 parents 49c66ce + e21bd4c commit a0e243a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ RUN cd /tmp/ \
##############
COPY mapq0_vcf_filter.sh /usr/bin/mapq0_vcf_filter.sh
RUN chmod +x /usr/bin/mapq0_vcf_filter.sh
RUN pip3 install cython==0.29.19
RUN pip3 install pysam==0.15.4
RUN pip3 install pysamstats==1.1.2

0 comments on commit a0e243a

Please sign in to comment.