getwilds / rcromwell

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

remove cromwellCall in cromwellFailure #6

Closed vortexing closed 3 years ago

vortexing commented 3 years ago

When workflows get really parallel, the fact that to get failure information, you ALSO have to pull down ALL the call information makes things go really slow. Opt for less is more here. If someone really wants to do both calls and join them later they can.