An open API service indexing awesome lists of open source software.

https://github.com/stjudecloud/dx-coverage_bw


https://github.com/stjudecloud/dx-coverage_bw

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Coverage-bw 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.