annotate classification-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
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}