Open bernt-matthias opened 5 years ago
At least documented/discussed now in the docs now: https://github.com/galaxyproject/planemo/pull/930
This is fixable (_get_on_text
in https://github.com/galaxyproject/galaxy/blob/0b8dec5af0cd75489cb76f96295c5c2f90ead52f/lib/galaxy/tools/actions/__init__.py#L292 would just also need to look at 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.
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 https://github.com/galaxyproject/galaxy/issues/7392I think it should be
tool name
oncollection xyz
in both cases. instead of ... ondata a and data b...