Skip to content

Releases: smithlabcode/rmap

RMAP-2.1

14 Nov 20:50
Compare
Choose a tag to compare

Enhancements

  • common/load_reads now jumps to one read by shifting the file pointer once after computing the offset bytes, instead of moving line by line. The increment (number of reads to process) across the series of splitting mapping tasks is converted to bytes to read as well.
  • rmap is modified accordingly to the changes of 'load_reads'.
  • rmap-pe is modified accordingly to the changes of 'load_reads'.
  • rmapbs is modified accordingly to the changes of 'load_reads'.
  • rmapbs-pe is modified accordingly to the changes of 'load_reads'.