Mercurial > repos > bcclaywell > microbiome_pplacer_suite
diff bootstrap-wrapper.sh @ 0:d4690e65afcd draft
Uploaded
author | bcclaywell |
---|---|
date | Thu, 26 Feb 2015 18:16:36 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap-wrapper.sh Thu Feb 26 18:16:36 2015 -0500 @@ -0,0 +1,13 @@ +#!/bin/bash + +source $(dirname $0)/util.sh +source $1 + +python $(dirname $0)/bootstrap.py \ + --plate ${PLATE_ID} \ + ${JUNIOR} \ + --zone ${ZONE_ID} \ + --barcodes ${BARCODES} \ + --labels ${LABELS} \ + --metadata ${METADATA} \ + - < ${SAMPLE_INFO}