-
Notifications
You must be signed in to change notification settings - Fork 6
[WIP] Initial Galaxy support #29
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: galaxy
Are you sure you want to change the base?
Conversation
run CI also on pull_request
I can't see it being used in the repo, and it might cause other dependency issues as the project is deprecated.
Remove cwlgen as dependency
Only parse usage if the word usage is at the start of a line
…into galaxy-mb-db
|
Let me know when this is ready for review or when you want to hand this over to me if you can't finish it. |
|
I'm also available for helping if needed. |
|
@bernt-matthias if you have some spare time and think you can finish this off, I would certainly appreciate it. Otherwise it may not get into a release for a while. |
|
Hi @TMiguelT .
|
Do you mean examples of flags that should have this type?
Not at this point. I'm happy to add some optional conda metadata to the tool definitions generated over in BiocondaAutomation, but you can't assume that it exists, because aCLImatise is an independent CLI tool. What do you need it for?
Didn't we work out that planemo generated the command for us?
If you just write a validation function for Galaxy XML that uses, say, Planemo, then I'm happy. If you want you can add some extra validations to this function, such as checking that all flags are present in the XML. Then that will automatically hook into my e2e test suite. You don't need to write Galaxy-specific tests |
No description provided.