Mercurial > repos > bcclaywell > microbiome_pplacer_suite
view bootstrap-wrapper.sh @ 4:5f0648f799a9 draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Wed, 25 Mar 2015 19:25:27 -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}
