Skip to content
New issue

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

When local tool is a folder #214

Open
microfuge opened this issue Jun 23, 2024 · 0 comments
Open

When local tool is a folder #214

microfuge opened this issue Jun 23, 2024 · 0 comments

Comments

@microfuge
Copy link

microfuge commented Jun 23, 2024

Hi ,
I have a locally developed tool, which I am trying to install in our local galaxy instance by setting galaxy_local_tools . This particular tool has a tool script, macro xml and test data in a folder my_tool. I would be grateful to know as how to add this to galaxy_local_tools. What worked was -

galaxy_local_tools:
    - file: my_tool/
      section_name: SCS
      section_id: scs
    - file: my_tool/tool_name.xml
      section_name: SCS
      section_id: scs

The trailing slash seems to be necessary for correct copying of the folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant