Closed sacombs closed 2 years ago
No, it is not that simple. US-align performs iterative alignment-superimposition, where each step depends on the result of the previous step. This means that an alignment cannot be easily parallelized.
May I know why you ask for multiple CPU support? Each US-align alignment only takes far less than 1 second. Are you trying to perform alignments of many structures? If that is the case, there are two approaches to improve the run time.
-fast
option, which will perform a faster but slightly less accurate alignment.USalign PDB1.pdb -dir2 folder/ filename_list
Here, filename_list is a text file where each line corresponds to one structure file.
You can combine approach 1 and 2,
Thanks for the advice!
Is it possible to add multiple cpu support?