#!/bin/bash

PYTHONPATH=$BIRCH/python/biopython
export PYTHONPATH 

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