Closed kriemo closed 1 year ago
This PR adds two additional options to sortBam() which are provided by samtools sort on the command line.
sortBam()
samtools sort
byTag
nThreads
related to #46
Thanks for the great pull request!
This PR adds two additional options to
sortBam()
which are provided bysamtools sort
on the command line.byTag
exposes an option to sort by a tag rather than by position or QNAME.nThreads
exposes an option to use more than one thread during sorting.related to #46