Skip to content

Capturing errors thrown by algorithms run inside Docker containers #119

@agitter

Description

@agitter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions