Git Dependency
What does this applet do?
Prerequisites
"access": {
"network": ["github.com"]
}How is the SAMtools dependency added?
"runSpec": {
...
"execDepends": [
{
"name": "htslib",
"package_manager": "git",
"url": "https://github.com/samtools/htslib.git",
"tag": "1.3.1",
"destdir": "/home/dnanexus"
},
{
"name": "samtools",
"package_manager": "git",
"url": "https://github.com/samtools/samtools.git",
"tag": "1.3.1",
"destdir": "/home/dnanexus",
"build_commands": "make samtools"
}
],
...
}How is SAMtools called in the src script?
src script?Applet Script
Last updated
Was this helpful?