Skip to content
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

Open
bernt-matthias opened this issue Mar 5, 2019 · 3 comments · May be fixed by #19817
Open

on_string for collections selected in multiple=true inputs #7467

bernt-matthias opened this issue Mar 5, 2019 · 3 comments · May be fixed by #19817

Comments

@bernt-matthias
Copy link
Contributor

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 #7392

I think it should be tool name on collection xyz in both cases. instead of ... on data a and data b...

@bernt-matthias
Copy link
Contributor Author

At least documented/discussed now in the docs now: galaxyproject/planemo#930

@mvdbeek
Copy link
Member

mvdbeek commented May 6, 2019

This is fixable (_get_on_text in

on_text = self._get_on_text(inp_data)
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.

@bernt-matthias
Copy link
Contributor Author

This would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants