Bioconductor / Rsamtools

Binary alignment (BAM), FASTA, variant call (BCF), and tabix file import
https://bioconductor.org/packages/Rsamtools
Other
27 stars 27 forks source link

add nThreads and byTag options to sortBam #49

Closed kriemo closed 1 year ago

kriemo commented 1 year ago

This PR adds two additional options to sortBam() which are provided by samtools sort on the command line.

related to #46

mtmorgan commented 1 year ago

Thanks for the great pull request!