gatk
gatk copied to clipboard
Add no sort option to SVCluster
Adds an option to SVCluster to disable output sorting/indexing. Since sorting requires holding an indeterminate number of records in memory, it can substantially inflate memory usage. Analagous to #8623.