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
The entire genome is read into memory. This can be avoided by turning it into a memory-mapped data structure similar to the GenomicAnnotationOnDisk class. This will reduce the memory usage (for at least 1-2 GB).
The text was updated successfully, but these errors were encountered:
The entire genome is read into memory. This can be avoided by turning it into a memory-mapped data structure similar to the
GenomicAnnotationOnDisk
class. This will reduce the memory usage (for at least 1-2 GB).The text was updated successfully, but these errors were encountered: