view bootstrap-wrapper.sh @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents d4690e65afcd
children
line wrap: on
line source

#!/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}