Skip to content
Snippets Groups Projects
Unverified Commit 172c6ed9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: add kallistobustools container

parent 8d47aa31
No related branches found
No related tags found
No related merge requests found
FROM python:3.7
MAINTAINER Laurent Modolo
ENV KB_VERSION=0.24.4
RUN pip3 install kb_python==${KB_VERSION}
ENTRYPOINT ["/bin/sh"]
RUN ln -s /usr/local/lib/python3.7/site-packages/kb_python/bins/linux/bustools/bustools /usr/local/bin/
RUN ln -s /usr/local/lib/python3.7/site-packages/kb_python/bins/linux/kallisto/kallisto /usr/local/bin/
#!/bin/sh
docker pull lbmc/kallistobustools:0.24.4
docker build src/.docker_modules/kallistobustools/0.24.4 -t 'lbmc/kallistobustools:0.24.4'
docker push lbmc/kallistobustools:0.24.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment