https://github.com/CFSAN-Biostatistics/snp-pipeline
Raw File
Tip revision: 065e93a7d966c8534b77b6d9de26dd350cebc35d authored by Justin Payne on 05 May 2023, 03:45:32 UTC
bugfixes, trying to improve Conda support
Tip revision: 065e93a
.travis.yaml
language: python

services:
  - docker

before_install:
  - docker build -t cfsan-biostatistics/snp-pipeline:latest .
back to top