Mayrlab / scUTRquant

Bioinformatics pipeline for single-cell 3' UTR isoform quantification
https://Mayrlab.github.io/scUTRquant
GNU General Public License v3.0
14 stars 3 forks source link

Parallelized MTX Loading #57

Closed mfansler closed 1 year ago

mfansler commented 1 year ago

The mtx_to_sce rules appear bottlenecked when loading many samples, i.e., here https://github.com/Mayrlab/scUTRquant/blob/1cf3e7b76e6d9ac72a09c400deb4cc83bc57ee3b/scripts/mtxs_to_sce_txs.R#L131-L136

Monitoring htop shows this is not an I/O issue, so we should consider switching to bpmapply.