#!/bin/rc
# writes out taxon id of the taxon name given as argument
# Usage: id TAXNAME
# Mon Jan 27 10:24:28 EST 2003
# <pac7@post.cz>

# edit the next line to show the locate your dispatch file properly
DISPATCH='/usr/pac/++RESEARCH/pq-databases/polyc/dispatch'



pq -m 'join '^$DISPATCH^'' -o '%TAXON' 'TAXNAME='$1'' 
