Quay.io/cancercollaboratory/dockstore-tool-samtools-sort

Sort alignments by leftmost coordinates, or by read name when -n is used. An appropriate @HD-SO sort order header tag will be added or an existing one updated if necessary.

Usage: samtools sort [-l level] [-m maxMem] [-o out.bam] [-O format] [-n] -T out.prefix [-@ threads] [in.bam]

Options:
-l INT
Set the desired compression level for the final output file, ranging from 0 (uncompressed) or 1 (fastest but minimal compression) to 9 (best compression but slowest to write), similarly to gzip(1)'s


This is a companion discussion topic for the original entry at quay.io/cancercollaboratory/dockstore-tool-samtools-sort