Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 241 Bytes

pipeline

metagenomic analysis server pipeline scripts

export TAG=`date +"%Y%m%d.%H%M"`
git clone https://github.com/MG-RAST/pipeline.git
cd pipeline
docker build -t mgrast/pipeline:${TAG} .
skycore push mgrast/pipeline:${TAG}