You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 166B

123456789
  1. FROM choppy/bioconductor-cn.mops:1.16.2
  2. COPY . /opt/mops
  3. RUN chmod a+x /opt/mops/cn_mops
  4. RUN ln -s /opt/mops/cn_mops /bin
  5. WORKDIR /data/
  6. CMD ["ls", "-al", "/opt"]