Parallel xargs by Chr
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.
How is the SAMtools dependency provided?
├── Applet dir
│ ├── src
│ ├── dxapp.json
│ ├── resources
│ ├── usr
│ ├── bin
│ ├── <samtools binary>/
├── usr
│ ├── bin
│ ├── < samtools binary >
├── home
│ ├── dnanexusParallel Run
Splice BAM
Xargs SAMtools view
Upload results
Last updated
Was this helpful?