-
Notifications
You must be signed in to change notification settings - Fork 12
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
ENH: add 'filter-contigs' action #92
base: main
Are you sure you want to change the base?
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.
Hey Michal
The actions needs a validation step that checks if the parameter combination is allowed.
- The action can be run without any parameter what will just copy the artifact without any filtering. I think there should rather be an error message.
- I can use the action without the metadata parameter but with the where parameter. How I understand it, the where parameter then has no effect. This should also lead to an error.
"criteria that must be met to be included in the filtered " | ||
"data. If not provided, all samples in `metadata` that are " | ||
"also in the contig data will be retained.", | ||
"exclude_ids": "Defaults to False. If True, the samples selected by " |
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.
"exclude_ids": "Defaults to False. If True, the samples selected by " | |
"exclude_ids": "If True, the samples selected by " |
Default is already displayed
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no suggestions.
Closes #91.
Closes #84.