BioCompute Logo

This document is part of the BioCompute Object User Guide

BCO domains

A BCO JSON object is split into different parts, or domains, detailed below.

Condensed example:

{
    "spec_version" : "https://w3id.org/biocompute/1.3.0/",
    "object_id": "https://example.com/bco/9487ae7e-c1aa-4a3c-b18f-3d3695b33ace",
    "type": "antiviral_resistance_detection", 
    "etag": "584C7FE128717E1712426AB19CAAEA8BC1E27365B54285BBEA1221284C7D3A48",
    "provenance_domain": {
    },
    "usability_domain": [
    ],
    "extension_domain":{
    },
    "description_domain": {
    },
    "execution_domain": {
    }, 
    "parametric_domain": {
    }, 
    "io_domain": {
    }, 
    "error_domain": {
    }
}

2.0 Top Level Fields

The top level JSON object of a BCO include attributes to define the BCO itself.

Definition:

The remaining top level fields details different domains of the BCO, as listed below.

2.1 Provenance Domain “provenance_domain”

The provenance_domain defines the history, version and status of this BCO as part of the review process.

Definition:

2.2 Usability Domain “usability_domain”

The usability_domain is meant to improve searchability by allowing free-text description of the BCO.

Definition:

2.3 Extension Domain “extension_domain”

The extension_domain is a space for a user to add additional structured information that is not defined in the BioCompute schema. While the extension_domain is not defined by IEEE-2791-2020, each extension in the extension domain must provide a reference to the schema that defines it in order to validate. The extension domain is the place to add any additional structured information. We provide an example here that is neither exclusive nor exhaustive.

Definitions:

2.4 Description Domain “description_domain”

The description_domain contains structured field for description of external references, the pipeline steps, and the relationship of I/O objects.

Definition:

2.5 Execution Domain “execution_domain”

The execution_domain contains fields for execution of the BCO.

Definition:

2.6 Parametric Domain “parametric_domain”

The parametric_domain represents the list of parameters customizing the computational flow which can affect the output of the calculations.

Definition:

2.7 Input and Output Domain “io_domain”

The io_domain represents the list of global input and output files created by the computational workflow.

Definition:

2.8 Error Domain, acceptable range of variability “error_domain”

The error_domain defines the empirical and algorithmic limits and error sources of the BCO.

Definition: