#!/bin/sh

set -e

if [ "$NCBI" == "" ]; then
    NCBI=/etc/ncbi
    export NCBI
fi

exec /usr/lib/blast2/bin/formatdb $*

