-
Notifications
You must be signed in to change notification settings - Fork 29
migration of table-merge #354
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
base: master
Are you sure you want to change the base?
Conversation
Success 🎉 |
@@ -0,0 +1,158 @@ | |||
<tool id="tablemerge" name="Table Merge" version="1.0.2+galaxy1" profile="24.2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this entire file could need a reformat with the galaxy-language-server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask what this corresponds to? I am not familiar with galaxy-language-server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/galaxyproject/galaxy-language-server
it will help you write, lint, reformat your tools, its a plugin for Visual Studio Code to work very smoothly with Galaxy tools. You can bootstrap tools, add test sections automatically etc ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linting passed though ? 🙃
FOR CONTRIBUTOR:
this PR is linked to the following issue on W4M repository #334
closes #334