-
Notifications
You must be signed in to change notification settings - Fork 1k
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
on_string for collections selected in multiple=true
inputs
#7467
Comments
At least documented/discussed now in the docs now: galaxyproject/planemo#930 |
This is fixable ( galaxy/lib/galaxy/tools/actions/__init__.py Line 292 in 0b8dec5
inp_dataset_collection ), but I'm hoping we can get rid of the reference to hids (=data N ) altogether. If no explicit name is set we could just compute that string on the fly since we know the input datasets and we know the tool that was used to produce the dataset. If we did that the references would remain intact even if copied to a different history.
|
This would be great. |
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a collection is chosen in a
multiple=true
input field the on_string for generated data sets is different to the case if input is a collection. Reminds me on #7392I think it should be
tool name
oncollection xyz
in both cases. instead of ... ondata a and data b...
The text was updated successfully, but these errors were encountered: