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

fix: tiny preprocessing bug in complete sc analysis #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ukmrs
Copy link

@ukmrs ukmrs commented Jan 22, 2023

Hello, I loved the tutorial!
I found this small bug when playing around with it:

in the pp() when annotating mitochondrial genes:
lowercase startswith("mt-") won't catch anything in this data
so I just changed it to startswith("MT-")

I'd understand if this isn't a PR worthy change, but I found this confusing
when following the tutorial so I thought I would propose a change.

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

Successfully merging this pull request may close these issues.

1 participant