# HG changeset patch # User iuc # Date 1663060063 0 # Node ID a92b90d7b3fb2a8c6437b65c83ea811493d4848a # Parent 8129c2c7318bdd047244874e70bd233b6c829784 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_dram_database_downloader commit 08664fb0e31a61514b787021d54ee5464be6043d diff -r 8129c2c7318b -r a92b90d7b3fb README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Sep 13 09:07:43 2022 +0000 @@ -0,0 +1,16 @@ +If Galaxy is configured such that outputs are written to the job working dir +the admin needs to perform one manual step to make the databases useable. +This is because DRAM creates a configuration file during installation, but the +file is written before the Galaxy job finishes, so the database locations are +relative to the job working directory instead of the configured +GALAXY_DATA_MANAGER_DATA_PATH. + +It may be more ideal to perform this task as a second step in the data manager +tool, but DRAM will not allow the configuration file to be updated to point to +locations unless the databases exist in those locations. But the data manager +tool moves the databases to these locations as its last step, making it +impossible to update the DRAM configuration file as a second step of that tool. + +See +https://github.com/WrightonLabCSU/DRAM/wiki/5.-Managing%2C-updating-or-moving-a-DRAM-installation-and-databases +for details. \ No newline at end of file