Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 179 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 179 Bytes

scripts and env for the sequencing service

export TAG=`date +"%Y%m%d.%H%M"`
docker build --force-rm --no-cache --rm -t anl_seq:${TAG} .
skycore push anl_seq:${TAG}