A command to merge sharded files.
The adam view command implements some of the functionality of samtools view, specifically the -f, -F, -c, and -o
options, in an optionally distributed fashion.
CalculateDepth (accessible as the command 'depth' through the CLI) takes two arguments, an Read file and a VCF (or equivalent) file, and calculates the number of reads (the 'depth') from the Read file which overlap each of the variants given by the VCF.
Reads2Coverage (accessible as the command 'reads2coverage' through the CLI) takes two arguments, an INPUT and OUTPUT, and calculates the number of reads from INPUT at every location in the file.
WigFix2Bed (accessible as the command "wigfix2bed" through the CLI) takes fixed wiggle file and converts it to a BED formatted file.