We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the tool_data_path, defined in galaxy_config.galaxy.tool_data_path be added to the folder creation task?
tool_data_path
galaxy_config.galaxy.tool_data_path
I try to deploy a blastdb.loc, but the tool_data_path-directory hasn't been created at the time where the galaxy_config_files-array gets processed.
galaxy_config_files: - src: files/galaxy/blastdb.loc dest: "{{ galaxy_mutable_data_dir }}/tool-data/blastdb.loc" - src: files/galaxy/blastdb_p.loc dest: "{{ galaxy_mutable_data_dir }}/tool-data/blastdb_p.loc" ... galaxy_config: galaxy: tool_data_path: {{ galaxy_mutable_data_dir }}/tool-data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can the
tool_data_path
, defined ingalaxy_config.galaxy.tool_data_path
be added to the folder creation task?I try to deploy a blastdb.loc, but the tool_data_path-directory hasn't been created at the time where the galaxy_config_files-array gets processed.
The text was updated successfully, but these errors were encountered: