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.

README.md 528B

6 years ago
12345678910
  1. ## Docker 镜像说明
  2. 此 Choppy App 共包含 2 个 Docker 镜像,分别为 my_program_1 和 my_program_2 的运行环境。相关的代码及其Dockerfile详解见各程序目录下的README.md.
  3. 若采用`choppy build`命令构建 docker 镜像,则 Dockerfile 会自动生成。使用方式:
  4. 1. 切换目录至docker
  5. 2. 进入代码所在目录,以 my_program_1 为例
  6. ```
  7. cd my_program_1
  8. choppy build my_program_1 0.1.0 --parser r --main-program maftools_general.R --dep bioconductor-maftools:1.6.15
  9. ```