You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.