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

Can't find metrics_summary.csv - hardcoded search dir #773

Open
mcsimenc opened this issue Oct 30, 2024 · 0 comments
Open

Can't find metrics_summary.csv - hardcoded search dir #773

mcsimenc opened this issue Oct 30, 2024 · 0 comments

Comments

@mcsimenc
Copy link

I have the results from several cellranger count runs that are not in the cellranger output directory structure, for example:

.
.
├── CM_P2
│   ├── barcodes.tsv.gz
│   ├── features.tsv.gz
│   ├── matrix.mtx.gz
│   └── metrics_summary.csv
├── CM_P3
│   ├── barcodes.tsv.gz
│   ├── features.tsv.gz
│   ├── matrix.mtx.gz
│   └── metrics_summary.csv
.
.

It looks like where importCellRanger looks for metrics_summary.csv is hardcoded in importCellRanger.R:

metrics_summary <- .importMetricsCellRanger(samplePaths, sampleNames, "outs", "metrics_summary.csv")

Is there another way to get the summary into the SCE object with the singleCellTK API?

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