Multithreading RMSD and RMSF #5318
|
Hello, Best regards, |
Answered by
PardhavMaradani
Mar 19, 2026
Replies: 1 comment 1 reply
|
Hi Hoa, you can find more details about parallelization for analysis tools here. The RMSD analysis class already supports parallelization using |
1 reply
Answer selected by
HoaSoup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Hoa, you can find more details about parallelization for analysis tools here. The RMSD analysis class already supports parallelization using
multiprocessinganddask, so you can pass the required params torun()call. The RMSF analysis class however currently doesn't seem to have this support directly (from looking at the code). General details about parallelizing any custom analyses can be found here. Thanks