-
Notifications
You must be signed in to change notification settings - Fork 459
Add kaiju #6908
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
Add kaiju #6908
Conversation
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.
Great, thanks a lot @bernt-matthias!
Just a few very small comments.
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.
remove?
tools/kaiju/kaiju-addTaxonNames.xml
Outdated
@@ -0,0 +1,76 @@ | |||
<tool id="kaiju_addTaxonNames" name="kaiju-addTaxonNames" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> |
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.
ID should be all lower-case, this makes configuration in TPV and elsewhere easier ...
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.
Should we have an additional linter for this?
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.
Mh, not sure ... maybe? Its very IUC specific I think.
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.
Not if TPV is the argument and you want to cover also non-IUC tools in TPV.
But in general it would be nice to have the possibility to include custom linters in planemo.
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.
Its convenience ... https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#tool-ids
Lets include it in linting behind some flag.
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.
We definitely need a linter .. forgot the 2nd capital letter :) I canceled the action and open a new PR.
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.
LGTM! But tests are not starting ...
Attention: deployment cancelled! https://github.com/galaxyproject/tools-iuc/actions/runs/14595474660 |
FOR CONTRIBUTOR: