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 type

t() View Source
t() :: %GoogleApi.Genomics.V1.Model.Program{
  commandLine: any(),
  id: any(),
  name: any(),
  prevProgramId: any(),
  version: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.