Mercurial > repos > bcclaywell > microbiome_pplacer_suite
view bootstrap-wrapper.sh @ 7:b6ece07bec6a draft
planemo upload commit 45906ba522c7c319067e93d5cd5d7161223c3336
| author | bcclaywell |
|---|---|
| date | Mon, 12 Oct 2015 15:59:59 -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}
