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

Add support for multiple Cell Ranger versions to calculate_saturation_10x_samples.py #3

Open
cflerin opened this issue Jul 19, 2021 · 0 comments

Comments

@cflerin
Copy link

cflerin commented Jul 19, 2021

Currently 10x multiome data (and some Cell Ranger versions) are not supported by calculate_saturation_10x_samples.py. There are different paths to the summary metrics file for multiome, RNA and ATAC, and these also differ between Cell Ranger versions.

Cell Ranger (incomplete list)

  • /SC_RNA_COUNTER_CS/SC_RNA_COUNTER/SUMMARIZE_REPORTS/fork0/files/metrics_summary_csv.csv (current implementation)

Cell Ranger ATAC (1.2.0 and 2.0.0):

  • /SC_ATAC_COUNTER_CS/SC_ATAC_COUNTER/_SC_ATAC_METRIC_COLLECTOR/ESTIMATE_LIBRARY_COMPLEXITY/fork0/

Cell Ranger ARC (1.0.1 and 2.0.0):

RNA

  • /SC_ATAC_GEX_COUNTER_CS/SC_ATAC_GEX_COUNTER/GEX_SUMMARIZE_REPORTS/fork0/files/metrics_summary_json.json

ATAC

  • /SC_ATAC_GEX_COUNTER_CS/SC_ATAC_GEX_COUNTER/_SC_ATAC_METRIC_COLLECTOR/ESTIMATE_LIBRARY_COMPLEXITY/fork0/
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

1 participant