Skip to content

RMAP-2.1

Latest
Compare
Choose a tag to compare
@xjlizji xjlizji released this 14 Nov 20:50
· 10 commits to master since this release

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'.