Skip to content

Commit

Permalink
Fix #80.
Browse files Browse the repository at this point in the history
@erasche mentioned in the following comment (#80 (comment)) this is actually a useful feature sometimes - so in 2e41e0a I implemented an option to save all of Galaxy's state not just the files directory which should be even more useful.
  • Loading branch information
jmchilton committed Feb 22, 2015
1 parent 2e41e0a commit f3c374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/galaxy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def config_join(*args):
log_level=kwds.get("log_level", "DEBUG"),
)
properties = dict(
file_path="${temp_directory}files",
file_path="${temp_directory}/files",
new_file_path="${temp_directory}/tmp",
tool_config_file=tool_conf,
check_migrate_tools="False",
Expand Down

0 comments on commit f3c374a

Please sign in to comment.