Skip to content
Snippets Groups Projects
Commit d455e97e authored by elabaron's avatar elabaron
Browse files

add ribotricer docker module

parent a9c55751
No related branches found
No related tags found
1 merge request!21tophat dockerfile : fix beug and add bowtie1 installation
FROM ubuntu:20.04
MAINTAINER Emmanuel Labaronne
ENV RIBOTRICER_VERSION=1.3.2
ENV PACKAGES python3\
python3-dev\
python3-pip
RUN apt-get update && \
apt-get install -y ${PACKAGES} && \
apt-get clean
RUN pip3 install ribotricer==${RIBOTRICER_VERSION}
#!/bin/sh
docker pull lbmc/ribotricer:1.3.2
docker build src/.docker_modules/ribotricer/1.3.2 -t 'lbmc/ribotricer:1.3.2'
docker push lbmc/ribotricer:1.3.2
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