view classification-wrapper.sh @ 2:ce6db18f5fd3 draft

Uploaded
author bcclaywell
date Thu, 26 Feb 2015 19:31:20 -0500
parents d4690e65afcd
children
line wrap: on
line source

#!/bin/bash

source $(dirname $0)/util.sh
source $1

classif_table.py \
    --specimen-map ${SPLIT_MAP} \
    --metadata-map ${LABEL_MAP} \
    --rank ${WANT_RANK} \
    --tallies-wide ${TALLIES_WIDE} \
    --by-specimen ${BY_SPECIMEN} \
    ${CLASS_DB} \
    ${BY_TAXON}