David López

Results 104 comments of David López

Hi @qiagu, I think the issue here is that you need to put the `` tag after all the `` tags. This is because the XSD schema is using [`sequence`...

Thanks @simonbray for checking it out! I will try to add this `--report_json` option. Hope it is ok to replace the `--report_xunit` with a simpler JSON report tailored specifically for...

Looks like some code from the populator went missing here... :thinking: ``` bco = self.workflow_populator.get_biocompute_object(invocation_id) E AttributeError: 'WorkflowPopulator' object has no attribute 'get_biocompute_object' ```

I think the BCO part looks pretty solid now, thank you so much @jmchilton! We will add some more tests for the RO-crate part in the upcoming days along with...

> Forgive me for asking (there has been a lot of activity here and I have not been able to follow very closely YET) but are their REPLACEMENT APIs for...

> No match for discriminator 'type' and value 'hdca' (allowed values: 'hdas', 'library_folder', 'library') This sounds like a Pydantic validation error. Looks like there is a missing `HdcaDestination` in the...

Thanks, @jmchilton that is exactly the kind of feedback I need. I am trying to learn more about HDAs, HDCAs, LDDAs, LDCAs... right now everything still sounds a bit like...

Awesome idea! This functionality fits perfectly there. We can explore different ways of enabling multi-selection for batch moving/deleting/etc and see what works best.

Hey @simonbray! For the collection scrolling there have been significant improvements in 23.2 https://github.com/galaxyproject/galaxy/pull/16738, any chance you can try that version?