Download Latest Version IsoQuant 3.12.2 source code.tar.gz (6.4 MB)
Email in envelope

Get an email when there's a new version of IsoQuant

Home / v3.4.2
Name Modified Size InfoDownloads / Week
Parent folder
IsoQuant-3.4.2.tar.gz 2024-07-13 6.1 MB
IsoQuant 3.4.2 source code.tar.gz 2024-07-13 6.1 MB
IsoQuant 3.4.2 source code.zip 2024-07-13 6.2 MB
README.md 2024-07-13 1.6 kB
Totals: 4 Items   18.3 MB 0
  • Dramatically reduce RAM consumption. Should fix https://github.com/ablab/IsoQuant/issues/209.

    IsoQuant 3.4.2 was tested on a simulated ONT dataset with 30M reads using 12 threads. In the default mode RAM consumption decreased from 280GB to 12GB when using the reference annotation and from 230GB down to 6GB in the reference-free mode. Running time in the default mode increased by approximately 20-25%. When using --high_memory option, running time remains the same as in 3.4.1, RAM consumption in the reference-based mode is 46GB, and 36GB in the reference-free mode. Note, that in general RAM consumption depends on the particular data being used and the number of threads.

    In brief, in 3.4.0 and 3.4.1 inadequate RAM consumption was caused by this commit. Apparently, adding a couple of int fields to the BasicReadAssignment class made the default pickle serialization not to clean used memory (possibly, a leak). Since some large lists of BasicReadAssignment were sent between processes, this caused the main process to consume unnecessary RAM. When later new processes were created for GTF construction, total RAM consumption exploded thanks to the way Python multiprocessing works. This release implements two ways fixing the issue: sending objects via disk (default) and using custom pickle serialization (when --high_memory is used).

  • Transcript and exon ids are now identical between runs, including ones with different number of threads.

Source: README.md, updated 2024-07-13