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.
CompareADAM is a tool for pairwise comparison of ADAM files (or merged sets of ADAM files, see the note on the -recurse{1,2} optional parameters, below).
FindReads is an auxiliary command to CompareADAM -- whereas CompareADAM takes two ADAM files (which presumably contain the same reads, processed differently), joins them based on read-name, and computes aggregates of one or more metrics (BucketComparisons) across those joined reads -- FindReads performs the same join-and-metric-computation, but takes a second argument as well: a boolean condition on the value(s) of the metric(s) computed.
This set of classes executes a plugin along with the associated input location.
Reads in the tagStrings field of every record, and prints out the set of unique tags found in those fields along with the number of records that have each particular tag.
WigFix2Bed (accessible as the command "wigfix2bed" through the CLI) takes fixed wiggle file and converts it to a BED formatted file.