-
Notifications
You must be signed in to change notification settings - Fork 23
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
numCores not working #4
Comments
The function signature is: callEnsemble <- function(X, path='data', geneids='symbol') Should be able to use defaults for path and geneids.. There's something wrong (I think) with the parallel version unfortunately. |
When you do: you get: callEnsemble {ImmuneSubtypeClassifier} R Documentation Usage path geneids numCores Value Examples |
Oh! I need to rebuild the docs! |
Hi Dave, I'm using this commit: 30e6215
and getting this error:
calls <- ImmuneSubtypeClassifier::callEnsemble(
input_matrix,
numCores = args$num_cores
)
Error in ImmuneSubtypeClassifier::callEnsemble(input_matrix, numCores = args$num_cores) :
unused argument (numCores = args$num_cores)
Execution halted
The text was updated successfully, but these errors were encountered: