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
What are the possible statuses that pegasus could generate?
Instead of grep/tail-ing the stdout output from pegasus-status (brittle) like I am doing, is there way to make pegasus-status outout in json/xml or any machine readable format?
When I run pegasus-remove, the state become "Failurer". Is this by design? Can the status become "removed" or "stopped" instead?
Thanks!
The text was updated successfully, but these errors were encountered:
The next version of Pegasus will have a better API for this, but for now, yeah, parsing the output of pegasus-status is the best solution. I think --rows might be a little bit easier:
The states here should be Running, Failed, Success, and probably Unknown - but I would just leave that as catch all at the end if the 3 first one does not match.
I will have to check on the removed workflow - it might that we do not have enough states.
I am updating our freesurfer App to use the new pegasus workflow version.
For it to function properly on our system, I will need to query and translate pegasus status output to one of the following exit code.
I am currently working on the following script
My questions are..
Thanks!
The text was updated successfully, but these errors were encountered: