You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think that's possible with the current implementation of Workflow.run() in BioBlend.objects in case of a non-fixed number of outputs. For that we would need to wrap workflow invocations as objects, probably. See also #171 .
bioblend/bioblend/galaxy/objects/wrappers.py
Lines 460 to 467 in c1a13cd
The api returns an empty 'outputs' dict in the invocation information. This causes this code to immediately exit the loop and produce an empty list.
The code needs to wait for the 'outputs' dict to become populated by Galaxy.
The text was updated successfully, but these errors were encountered: