Currently our wrapper functions that run commands in containers catch exceptions aggressively. They print error messages but do not raise exceptions. This can be misleading because it may appear that an algorithm ran successfully even if it did not.
Specific examples are described in #21 (comment) with Omics Integrator 1 and #103 (comment) with DOMINO. DOMINO currently raises an error for all small inputs, so it is desirable to catch that specific error but not mask all errors.