I have now removed the original galaxy installation and installed again on another drive. This is what I see when I execute run.sh:
run.sh:28: run.sh: ./scripts/common_startup.sh: Permission denied
Traceback (most recent call last):
File "./scripts/paster.py", line 37, in <module>
serve.run()
File "/media/andre/DATA/galaxy/lib/
galaxy/util/pastescript/serve.py", line 1049, in run
invoke(command, command_name, options, args[1:])
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/serve.py", line 1055, in invoke
exit_code = runner.run(args)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/serve.py", line 220, in run
result = self.command()
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/serve.py", line 641, in command
server = loadserver(server_spec, name=server_name, relative_to=base, global_conf=vars)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 358, in loadserver
return loadobj(SERVER, uri, name=name, **kw)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 374, in loadobj
global_conf=global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 399, in loadcontext
global_conf=global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 423, in _loadconfig
return loader.get_context(object_type, name, global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 557, in get_context
section)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 579, in _context_from_use
object_type, name=use, global_conf=global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 509, in get_context
global_conf=global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 399, in loadcontext
global_conf=global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 431, in _loadegg
return loader.get_context(object_type, name, global_conf)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 723, in get_context
object_type, name=name)
File "/media/andre/DATA/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 762, in find_egg_entry_point
for prot in protocol_options] or '(no entry points)'))))
LookupError: Entry point 'http' not found in egg 'Paste' (dir: /media/andre/DATA/galaxy/eggs/Paste-1.7.5.1-py2.7.egg; protocols: paste.server_factory, paste.server_runner; entry_points: )
I can move the galaxy folder within the main OS drive, but when I copy it to another drive I'm out of luck. Any thoughts? Does the name of the auxiliary hard drives matter (they are all called "DATA")?
Thank you!
Regarding uninstalling: Have you tried just deleting the whole folder where galaxy is installed?
As far as I know, the installation on Linux only uses one folder. If you want to change which hard drive galaxy is intalled on, you could try to just move that folder to the new hard drive on the same computer. However, if you want to move to another computer, you should just do a fresh install on that new computer.