Precompiled Binary
This tutorial showcases packaging a precompiled binary in the resources/ directory of an app(let).
Precompiling a Binary
Resources Directory
├── Applet dir
│ ├── src
│ ├── dxapp.json
│ ├── resources
│ ├── usr
│ ├── bin
│ ├── < samtools binary >/
├── usr
│ ├── bin
│ ├── < samtools binary >
├── home
│ ├── dnanexus
│ ├── applet scriptLast updated
Was this helpful?