#!/bin/bash
bigWigAverageOverBed 2> /dev/null || [[ "$?" == 255 ]]


set -ex



test -x ${PREFIX}/bin/bigWigAverageOverBed
exit 0
