https://github.com/stjudecloud/dx-fuzzion
DNAnexus implementation of Fuzzion (https://github.com/stjude/fuzzion)
https://github.com/stjudecloud/dx-fuzzion
Last synced: over 1 year ago
JSON representation
DNAnexus implementation of Fuzzion (https://github.com/stjude/fuzzion)
- Host: GitHub
- URL: https://github.com/stjudecloud/dx-fuzzion
- Owner: stjudecloud
- Created: 2020-11-30T19:06:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T20:51:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T05:28:48.944Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.developer.md
Awesome Lists containing this project
README
# Fuzzion 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.