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] LoadData - Manually add gene and cell annotations, correct Source name #401

Merged
merged 3 commits into from
May 29, 2024

Conversation

lenatr99
Copy link
Member

@lenatr99 lenatr99 commented May 22, 2024

Issue

Fixes #389.

Description of changes

This pull request resolves several issues. First, it fixes a bug that prevented manual addition of cell and gene annotations. Additionally, files named 'genes.tsv', 'features.tsv', 'genes.tsv.gz', and 'features.tsv.gz' for genes, as well as 'barcodes.tsv' and 'barcodes.tsv.gz' for barcodes, are now automatically recognized and added.

Furthermore, it addresses a bug where source names were not correctly assigned. Previously, when loading two scRNA matrices with different source names, both sources would incorrectly inherit the source name of the first one. This issue has now been fixed.

Includes
  • Code changes
  • Tests
  • Documentation

@lenatr99 lenatr99 merged commit 9ea1e47 into biolab:master May 29, 2024
8 of 12 checks passed
@lenatr99 lenatr99 deleted the gene_annot_fix branch May 29, 2024 11:09
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.

Load Data: incorrect assignment of source file
1 participant