Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with parallelization of get_ligand_activities_targets_DEgenes on some systems #20

Open
browaeysrobin opened this issue Aug 10, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@browaeysrobin
Copy link
Member

browaeysrobin commented Aug 10, 2023

Parellelization seems stalled @maartenciers

in case you encounter this issue: run the function with one core only in serial way

@browaeysrobin browaeysrobin added the bug Something isn't working label Aug 10, 2023
@browaeysrobin
Copy link
Member Author

get_ligand_activities_targets_DEgenes_beta, currently in dev-branch, but soon in main branch, enables parallelization.

@browaeysrobin
Copy link
Member Author

get_ligand_activities_targets_DEgenes_beta is on the main branch now.

@Huangy57
Copy link

I have tried to run both get_ligand_activities_targets_DEgenes and get_ligand_activities_targets_DEgenes_beta on RStudio Server on the gizmo compute cluster, but I still experience issues with parallelization. I had to manually remove the parallelization part to run the function in a serial way. I am not sure if this is a specific issue with the settings of RStudio Server on the cluster or with the function itself.

Could you please provide guidance on how to troubleshoot or resolve this issue? Any insights into potential configuration adjustments or code modifications that might be necessary would be greatly appreciated.

Thank you!

@browaeysrobin
Copy link
Member Author

Hi @Huangy57

Unfortunately, we don't have concrete ideas for the reasons behind these issues on some systems, and currently no manpower/bandwidth to look into this.

For other people having this issue; please use n_cores = 1 as argument in the function, you don't need to code to have it run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants