Open Yuuuushan opened 1 year ago
RunSCVELO is too slow. About three hours using your provided data. How can I fix it?
While RunSCVELO by default utilizes a single thread, it should still provide acceptable speed. However, you can try accelerating velocity calculations by specifying the number of threads, such as n_jobs=10.
n_jobs=10
RunSCVELO is too slow. About three hours using your provided data. How can I fix it?