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
I've been trying run swan as a script on our HPC and it seems that es_df = sg.find_es_genes(verbose=True) and ir_df = sg.find_ir_genes(verbose=True) take a very long time to run (48+ hours) as it has 40+ k edges to test. I've tried going down multiprocessing route but not sure that's the best way.
I'm wondering if you had any advice on trying to speed this up, especially in HPC environment?
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying run
swan
as a script on our HPC and it seems thates_df = sg.find_es_genes(verbose=True)
andir_df = sg.find_ir_genes(verbose=True)
take a very long time to run (48+ hours) as it has 40+ k edges to test. I've tried going downmultiprocessing
route but not sure that's the best way.I'm wondering if you had any advice on trying to speed this up, especially in HPC environment?
The text was updated successfully, but these errors were encountered: