You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@amateur-boy Thanks for your query. Yes, you can try the concurrent mode by calling the main alignment function as below. (It will automatically detect the number of cores in the system). aligner.align_all_pairs(concurrent=True)
You can also tell a specific number of cores to use, for instance: aligner.align_all_pairs(concurrent=True, n_processes=24)
i have the trajectory which is more than 50000 cells and 2000 genes, will spend more time on align process.
The text was updated successfully, but these errors were encountered: