Mercurial > repos > bcclaywell > microbiome_pplacer_suite
comparison bootstrap-wrapper.sh @ 2:ce6db18f5fd3 draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Thu, 26 Feb 2015 19:31:20 -0500 |
| parents | d4690e65afcd |
| children |
comparison
equal
deleted
inserted
replaced
| 1:c8cc6529038c | 2:ce6db18f5fd3 |
|---|---|
| 1 #!/bin/bash | |
| 2 | |
| 3 source $(dirname $0)/util.sh | |
| 4 source $1 | |
| 5 | |
| 6 python $(dirname $0)/bootstrap.py \ | |
| 7 --plate ${PLATE_ID} \ | |
| 8 ${JUNIOR} \ | |
| 9 --zone ${ZONE_ID} \ | |
| 10 --barcodes ${BARCODES} \ | |
| 11 --labels ${LABELS} \ | |
| 12 --metadata ${METADATA} \ | |
| 13 - < ${SAMPLE_INFO} |
