view bootstrap-wrapper.sh @ 8:35f9b833e12b draft default tip

planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
author bcclaywell
date Mon, 12 Oct 2015 16:09:02 -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}