You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, /cvmfs/test.galaxyproject.org/ is not writable when DMs are running, as they are not run in a CVMFS transaction. To fix this, after installing a new DM, the following steps are necessary:
In a transaction on test.galaxyproject.org, locate the /cvmfs/test.galaxyproject.org/config/shed_tool_data_table_conf.xml entry corresponding to the newly installed DM (e.g. the one at/near the bottom w/ a repo name in the <file path="..."> attribute matching the DM you just installed)
Replace /cvmfs/test.galaxyproject.org in the path with /galaxy-repl/test
Copy the DM-created tool data contents to /galaxy-repl with rsync -avP /cvmfs/test.galaxyproject.org/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>/<changeset_id> /galaxy-repl/test/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>. You may have to create the parent directories on /galaxy-repl.
Adjust the paths in /galaxy-repl/test/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>/<changeset_id>/tool_data_table_conf.xml to point to /galaxy-repl
Publish the transaction and reload Test
The process above is a temporary workaround, a proper fix for this issue should come with #30
The text was updated successfully, but these errors were encountered:
Currently, DMs are installed via the Test Installer and then data is built into Corral. When the DM is installed, paths are:
/cvmfs/test.galaxyproject.org/tool_data/...
(CVMFS)/galaxy-repl/manageddata/data
(Corral)However,
/cvmfs/test.galaxyproject.org/
is not writable when DMs are running, as they are not run in a CVMFS transaction. To fix this, after installing a new DM, the following steps are necessary:test.galaxyproject.org
, locate the/cvmfs/test.galaxyproject.org/config/shed_tool_data_table_conf.xml
entry corresponding to the newly installed DM (e.g. the one at/near the bottom w/ a repo name in the<file path="...">
attribute matching the DM you just installed)/cvmfs/test.galaxyproject.org
in the path with/galaxy-repl/test
/galaxy-repl
withrsync -avP /cvmfs/test.galaxyproject.org/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>/<changeset_id> /galaxy-repl/test/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>
. You may have to create the parent directories on/galaxy-repl
./galaxy-repl/test/tool_data/toolshed.g2.bx.psu.edu/repos/<owner>/<repo_name>/<changeset_id>/tool_data_table_conf.xml
to point to/galaxy-repl
The process above is a temporary workaround, a proper fix for this issue should come with #30
The text was updated successfully, but these errors were encountered: