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
To reproduce this error:
yaml file - >
cell_types: A: - marker1 - marker2 B: - marker1 - marker3 - maker 4
and all markers are inside of expression.csv
The "list index out of range error" coming from this line , and "indices_to_use" is empty.
Any idea why it gives me an error? Thanks
The text was updated successfully, but these errors were encountered:
hi @ywu202300 possible to share (a subsample of) the data you're running this with so we can debug? Thanks
Sorry, something went wrong.
No branches or pull requests
To reproduce this error:
yaml file - >
and all markers are inside of expression.csv
The "list index out of range error" coming from this line
, and "indices_to_use" is empty.
Any idea why it gives me an error? Thanks
The text was updated successfully, but these errors were encountered: