#!/bin/bash

PYTHONPATH=$BIRCH/python/biopython:$BIRCH/python/lib/python2.6/site-packages
export PYTHONPATH 

python $BIRCH/script/gb2gff3.py "$@"
