-
Notifications
You must be signed in to change notification settings - Fork 28
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
Draft: Fix xcms_group and xcms_fillpeaks #252
Conversation
It seems to come from:
|
Another issue with fillpeasks The filter seems broken
|
The main changes between the two version : f1f3799 |
@bernt-matthias , do you have an idea? |
If I remember correctly then all exceptions raised by filter code are "swallowed" and the filter is evaluated to true. The traceback indicates that an conditional (probably the select) is the culprit. Is there a way that I can reproduce the error?
The best to elucidate this would be to extend the test, e.g. by adding Also odd tat the 3.12.0+galaxy1 are not available on the usegalaxy.* instances. |
I wasn't able to reproduce this with |
@yguitton and @lecorguille seems like the actual changes had already been merged, hence no changes to be seen here. The update of the tools on the toolshed still didn't work out, so if the CI passes here we can merge this to get the latest version of the XCMS tool onto the toolshed. |
We should setup this step here: tools-metabolomics/.github/workflows/pr.yaml Line 390 in 132c30f
Therefore a personal access token of an owner needs to be added as secret named Check for "PAT" here https://github.com/peter-evans/create-or-update-comment |
This PR aims to fix this issue on xcms_group:
This error is raised from the workflow edition.
FOR CONTRIBUTOR: