https://github.com/stjudecloud/dx-star
DNAnexus app wrapper for STAR alignment
https://github.com/stjudecloud/dx-star
Last synced: 12 months ago
JSON representation
DNAnexus app wrapper for STAR alignment
- Host: GitHub
- URL: https://github.com/stjudecloud/dx-star
- Owner: stjudecloud
- License: mit
- Created: 2020-10-01T18:14:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T20:44:31.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T15:31:32.756Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.developer.md
- License: LICENSE
Awesome Lists containing this project
README
# star_stjude 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.