Galaxy | Tool Preview

Sambamba sort (version 1.0.1+galaxy2)
You could select reads spanning a targeted region, by using the following filter: chr6:1000-5000

Sambamba sort performs sorting of BAM files.

BAM files can have either 'coordinate' or 'qname' sort order.
  • 'coordinate' sorting order : Sorts Reads by (integer) reference ID, and for each reference sort corresponding reads by start coordinate.
  • 'qname' sorting order : Reads are sorted lexicographically by their names.