galaxyproject / galaxy Public
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
workflow editor: unzip collection can not connect to downstream tools #7930
Comments
|
Just checked with the new feature to show the reason for not connecting. There are two messages:
The former is quite clear and appears for tools created new in the editor. The latter is cryptic to me and appears for the downstream tool created during the extraction from history. |
|
The usual path is to un-connect all noodles then reconnect them starting from the inputs > downstream steps. This resets the workflow internal metadata. Two related tickets (and more linked from them). Think most of what can be done, has been done. But maybe the message could be improved/clarified? This part is confusing. Translates into the action of "disconnecting downstream noodles then reconnecting, starting from the input" eg left-to-right.
This part seems too technical:
ping @jmchilton @mvdbeek @dannon I could help rewrite these, and others that are new messages in WF help. Where would I look to view all of them? |
|
I guess the messages are defined here: |
|
@bernt-matthias I am going to close this out but we can reopen if needed. The goal is to reset the workflow's metadata. To do that, reconnecting noddles cc @jmchilton |
In this example workflow I would like to connect the outputs of
Unzip collectionto a tool that accepts data sets and collections (via<param type="data" multiple="true"/>). But this seems to be impossible.https://usegalaxy.eu/u/maze/w/unnamed-workflow
Odd thing is that if I export this from a history a connection is created:
https://usegalaxy.eu/u/maze/w/workflow-constructed-from-history-unnamed-history
I have the same on our 19.01 instance and dev instance. There I also had the impression that export and import via a file removes the connection again. But I need to verify this.
The text was updated successfully, but these errors were encountered: