#!/bin/bash
# Wrapper to run NCBI xtract from a Python script. 
# For reasons unknown, subprocess.Popen doesn't always work for xtract.

$BIRCH/bin-$BIRCH_PLATFORM/xtract "$@"
