We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear immuneREF team,
First of all, thank you for creating this great tool.
I have a question about the calc_characteristics function while using the parallelization.
this is my code :
library(foreach)library(doParallel) registerDoParallel(10) repertoires_analyzed<-foreach(i=1:length(list_repertoires)) %dopar% {# repertoires_analyzed_loop<-calc_characteristics( repertoire_df=list_repertoires[[i]], species=repertoire_species[i], receptor=repertoire_receptor[i], chain=repertoire_chain[i], identifier_rep=repertoire_names[i]) return(repertoires_analyzed_loop) }
When this option is used, the following error appears:
Error in { : task 1 failed - "could not find function "calc_characteristics""
However, the calc_characteristics function has been used in the script, so I do not understand why the program cannot find the function here.
I use RStudio (R version 4.1.3 (2022-03-10)) in Windows 10.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear immuneREF team,
First of all, thank you for creating this great tool.
I have a question about the calc_characteristics function while using the parallelization.
this is my code :
When this option is used, the following error appears:
However, the calc_characteristics function has been used in the script, so I do not understand why the program cannot find the function here.
I use RStudio (R version 4.1.3 (2022-03-10)) in Windows 10.
Thanks!
The text was updated successfully, but these errors were encountered: