https://github.com/matsengrp/phippery
Raw File
Tip revision: d4a4de70e120b2b71f549c48d7d67592addd189d authored by Jared Galloway on 04 January 2022, 19:31:25 UTC
initial chop / nextflow utils
Tip revision: d4a4de7
Dockerfile
FROM quay.io/matsengrp/python3.7
RUN python -m pip install --upgrade pip
COPY . .
RUN pip install . 
back to top