getwilds / rcromwell

R client for interacting with Cromwell with WDL workflows
http://getwilds.org/rcromwell/
Other
3 stars 2 forks source link

cromwell_workflow status == fail #36

Open sckott opened 3 months ago

sckott commented 3 months ago

@sitapriyamoorthi @vortexing On this line https://github.com/getwilds/rcromwell/blob/main/R/cromwellWorkflow.R#L37 we do

if (meta$status == "fail")

Is there some type of job that does result in a value of fail that I don't know about? If you know of what files we need to trigger this case I'd love to get them