google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.Program View Source

Attributes

  • commandLine (String): The command line used to run this program. Defaults to: null.
  • id (String): The user specified locally unique ID of the program. Used along with `prevProgramId` to define an ordering between programs. Defaults to: null.
  • name (String): 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): The ID of the program run before this one. Defaults to: null.
  • version (String): The version of the program run. Defaults to: null.