annotate bootstrap-wrapper.sh @ 2:ce6db18f5fd3 draft

Uploaded
author bcclaywell
date Thu, 26 Feb 2015 19:31:20 -0500
parents d4690e65afcd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
1 #!/bin/bash
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
2
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
3 source $(dirname $0)/util.sh
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
4 source $1
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
5
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
6 python $(dirname $0)/bootstrap.py \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
7 --plate ${PLATE_ID} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
8 ${JUNIOR} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
9 --zone ${ZONE_ID} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
10 --barcodes ${BARCODES} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
11 --labels ${LABELS} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
12 --metadata ${METADATA} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
13 - < ${SAMPLE_INFO}