google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.Program View Source
Attributes
- commandLine (String.t): The command line used to run this program. Defaults to:
null
. - id (String.t): The user specified locally unique ID of the program. Used along with `prevProgramId` to define an ordering between programs. Defaults to:
null
. - name (String.t): The display name of the program. This is typically the colloquial name of the tool used, for example 'bwa' or 'picard'. Defaults to:
null
. - prevProgramId (String.t): The ID of the program run before this one. Defaults to:
null
. - version (String.t): The version of the program run. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.