Question: ImportError: No module named galaxy.tools.util
0
kevingnyberg • 0 wrote:
I'm trying to run interval_maf_to_merged_fasta.py from the command line. I keep getting this error:
Traceback (most recent call last): File "interval_maf_to_merged_fasta.py", line 34, in <module> from galaxy.tools.util import maf_utilities ImportError: No module named galaxy.tools.util
Any ideas on how to get past this? First time running galaxy through the command line. Thanks.