-
- Downloads
Parallel version using Pool.imap_unordered.
The small RNA reads are transmitted via a Queue in fastq format to a function that writes them to a file. To avoid wasting too much time in interprocess communication, the annotation generator is buffered, and counting functions that work on these buffers of annotation information are now used. These functions have to be imported from libsmallrna in order to be picklable (for multiprocessing) under cProfiling.
parents
No related branches found
No related tags found
libsmallrna/__init__.py
0 → 100644
libsmallrna/libsmallrna.pyx
0 → 100755
This diff is collapsed.
setup.py
0 → 100644
Please register or sign in to comment