annotate classification-wrapper.sh @ 0:d4690e65afcd draft

Uploaded
author bcclaywell
date Thu, 26 Feb 2015 18:16:36 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
1 #!/bin/bash
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
2
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
3 source $(dirname $0)/util.sh
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
4 source $1
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
5
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
6 classif_table.py \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
7 --specimen-map ${SPLIT_MAP} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
8 --metadata-map ${LABEL_MAP} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
9 --rank ${WANT_RANK} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
10 --tallies-wide ${TALLIES_WIDE} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
11 --by-specimen ${BY_SPECIMEN} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
12 ${CLASS_DB} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
13 ${BY_TAXON}