Finn Bacall
Finn Bacall
Did you implement the step to update the policy after submission? If so, I think that is probably what is triggering the update notifications (although I guess it should not...
Just so I understand correctly: it would be a kind of "widget" embedded on the page when viewing an arXiv paper, that would query some existing or new WorkflowHub API...
depends on: galaxyproject/galaxy#14927
@lasse-cs As discussed today... This would be adding some kind of dropdown to this button which appears on Galaxy workflows: which initially would pop-up some kind of modal asking the...
Sample attributes need to go under an `attribute_map` attribute: ```json { "data": { "type": "samples", "attributes": { "attribute_map": { "title": "Test", "species": "nematode_extract", "species_code": "27", "experiment": "First test", ... ```...
Issues: in `config/initializers/sidekiq.rb`, this seems to be a hallucinated option: ``` Sidekiq.options[:queues] = [ ['default', 2], ['mailers', 2], ['authlookup', 2], ['remotecontent', 2], ['samples', 2], ['indexing', 2], ['templates', 2], ['datafiles', 2]...
You probably actually want to use the recently-added Git API: https://workflowhub.eu/api#operation/readGitTree https://workflowhub.eu/api#operation/downloadGitBlob Agreed that there are too many different APIs and not enough guidance on which to use
I made a branch which was to address this and similar failures, I just rebased it on `main`: https://github.com/seek4science/seek/compare/main...fixtures-all
Still an issue, for the datasets:
Hi @zhixingfeng, yes, as @sarkadiu mentions, this is due to the requirement of Datacite that at least one "creator" needs to be credited. You can add a creator to your...