I'm running into an error running the "subtract" tool for genomics intervals:
Traceback (most recent call last): File "/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/subtract/c19a2a29c561/subtract/gops_subtract.py", line 21, in <module> from utils.gff_util import GFFFeature, GFFReaderWrapper, convert_bed_coords_to_gff ImportError: No module named utils.gff_util
The dependencies (package_bx_python_0_7 and package_galaxy_ops_1_0_0) seem to be properly installed.
This error was reported earlier on the Galaxy-Development list, but I haven't seen any replies.