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

Error in colnames<- when attempting to execute runStudy() #96

Open
sratwani opened this issue Nov 9, 2021 · 1 comment
Open

Error in colnames<- when attempting to execute runStudy() #96

sratwani opened this issue Nov 9, 2021 · 1 comment

Comments

@sratwani
Copy link

sratwani commented Nov 9, 2021

Here is the complete error: This error occurs while the code is attempting to 'Extract feature counts'

Error in colnames<-(*tmp*, value = SqlRender::camelCaseToSnakeCase(colnames(data))) :
attempt to set 'colnames' on an object with less than two dimensions

@keesvanbochove
Copy link
Collaborator

It's possible this error is thrown on line

colnames(counts) <- SqlRender::snakeCaseToCamelCase(colnames(counts))
, but then this would suggest that cohort_count.csv was not read in correctly. Will probably need to interactively debug this to figure out what is going on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants