Nils Homer
Nils Homer
Added a new class `MetricSorter` that's useful when we want to sort metrics but cannot hold them all in memory. Leverages `Sorter`.
So the output of ZipperBams can be fed directly into samblaster without a `samtools view -h`.
* refPosAtReadPos * readPosAtRefPos
Needs tests
In a lot of places we check if the input SAM header is queryname or query group sorted. We should have a single function in `Bams` to do this. I...
The `--by-sample` argument will now group input reads by their sample name specified in their corresponding read group. In this case, reads without a read group are ignored, and read...
There are other tools out there. The motivation for this tool are: 1. Validates the VCF header, including against spec-reserved header values (id, type, and count) 2. Validates types and...