Skip to content
Snippets Groups Projects
Select Git revision
  • f10df508e804ccce09fd25bd3ffd35e8e42868dd
  • master default protected
  • dev
  • v2.0.0
  • v0.4.0
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
18 results

available_tools.md

Blame
  • Dockerfile 217 B
    FROM ubuntu:18.04
    MAINTAINER Laurent Modolo
    
    ENV TOPHAT_VERSION=2.1.1
    ENV PACKAGES tophat=${BOWTIE2_VERSION}*
    
    RUN apt-get update && \
        apt-get install -y --no-install-recommends ${PACKAGES} && \
        apt-get clean