Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 923 Bytes

Readme.developer.md

File metadata and controls

31 lines (23 loc) · 923 Bytes

staarpipelinesummary_indvar_v0.9.6 Developer Readme

Running this app with additional computational resources

This app has the following entry points:

  • main

When running this app, you can override the instance type to be used by providing the systemRequirements field to /applet-XXXX/run or /app-XXXX/run, as follows:

{
  systemRequirements: {
    "main": {"instanceType": "mem2_hdd2_x2"}
  },
  [...]
}

See Run Specification in the API documentation for more information about the available instance types.