-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sort of bug or at least unexpected behaviour #55
Comments
The IWC profile requires defining a label for each workflow output. Since the label value is The workflow is valid itself, if you go back to the |
But this is not a workflow output... This is a workflow input parameter... |
And it seems that sometimes it is defined and sometimes not... I don't know why... Maybe if the |
Or this needs to be directly in galaxy code... I don't know. |
I'm a bit confused and out of context here, also I'm no expert in workflows myself so please excuse me 😅 In your screenshot, at line 66 looks like this Is your concern that Galaxy is not exporting your workflow as you expect? or that the rule of "all workflow outputs must define a label" is not right? |
Sorry, my explainations are unclear.
And sometimes you have:
(See galaxyproject/iwc@d7fa5bc).
Is it clearer? |
Thank you so much for the clarification!
Yep, this sounds like a bug in Galaxy, might be worth reporting it there if it is not already.
I'm not so sure about this part... I think it is better to fix the underlying issue in Galaxy than kind of hide it on the linter side. What do you think @mvdbeek or @wm75? |
AFAIK, a |
So @davelopez, imho, it's a feature not a bug if the extension complains about the null value here even if that goes beyond what the workflow editor does currently. |
@wm75 to be sure I understand, you would say:
Is it correct? |
Hi,
I downloaded the ga from usegalaxy.org and I got:
I guess "label": null means that it is not a workflow output right.
The text was updated successfully, but these errors were encountered: