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

CollectionTables doesn't re-download expressions on sample name change #239

Open
robertcv opened this issue Apr 6, 2021 · 1 comment
Open

Comments

@robertcv
Copy link
Contributor

robertcv commented Apr 6, 2021

When using CollectionTables.exp to download the expression matrix you get rows indexed by sample name. The problem is that we currently don't take sample name change into account when checking for expression versions. The result is that if you change sample names you get stuck with the older names as the change doesn't trigger a re-download.

Current hotfix: call CollectionTables.clear_cache() to clear the cache and force a re-download.
Long-term fix suggestion: add a list of sample names to the version hash.

@JureZmrzlikar
Copy link
Member

Thanks for reporting, will fix.

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

No branches or pull requests

2 participants