# Bash

- [Bash Helpers](/getting-started/developer-tutorials/bash/bash-helpers.md): Learn to build an applet that performs a basic SAMtools count with the aid of bash helper variables.
- [Distributed by Chr (sh)](/getting-started/developer-tutorials/bash/distributed-by-chr-sh.md)
- [Distributed by Region (sh)](/getting-started/developer-tutorials/bash/distributed-by-region-sh.md)
- [SAMtools count](/getting-started/developer-tutorials/bash/samtools-count.md)
- [TensorBoard Example Web App](/getting-started/developer-tutorials/bash/tensorboard-example-web-app.md)
- [Git Dependency](/getting-started/developer-tutorials/bash/git-dependency.md)
- [Mkfifo and dx cat](/getting-started/developer-tutorials/bash/mkfifo-and-dx-cat.md)
- [Parallel by Region (sh)](/getting-started/developer-tutorials/bash/parallel-by-region-sh.md): This applet performs a basic SAMtools count on a series of sliced (by canonical chromosome) BAM files in parallel using wait (Ubuntu 14.04+).
- [Parallel xargs by Chr](/getting-started/developer-tutorials/bash/parallel-xargs-by-chr.md): This applet slices a BAM file by canonical chromosome then performs a parallelized samtools view -c using xargs. Type man xargs for general usage information.
- [Precompiled Binary](/getting-started/developer-tutorials/bash/precompiled-binary.md): This tutorial showcases packaging a precompiled binary in the resources/ directory of an app(let).
- [R Shiny Example Web App](/getting-started/developer-tutorials/bash/r-shiny-example-web-app.md): This is an example web applet that demonstrates how to build and run an R Shiny application on DNAnexus.
