I can import a single workflow, but I need to import multiple workflows from shared workflow list to my workflow list.
NB: I know how to import single workflow.
I can import a single workflow, but I need to import multiple workflows from shared workflow list to my workflow list.
NB: I know how to import single workflow.
Hi @khairul0026, that is not supported in the graphical interface. What is your use-case?
If you really need to import a very large number, so that it isn’t convenient to click multiple times, and you know Python, you can use BioBlend:
for workflow_id in workflow_ids:
gi.workflows.import_shared_workflow(workflow_id)
Best wishes,
Simon