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

CellRanger Multi => add to MultiQC report #377

Open
nick-youngblut opened this issue Oct 8, 2024 · 1 comment
Open

CellRanger Multi => add to MultiQC report #377

nick-youngblut opened this issue Oct 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nick-youngblut
Copy link
Contributor

Description of feature

At least for v2.7.1, the output reports created by cellranger multi are not included in the final MultiQC report.

My command:

nextflow run main.nf \
  --aligner cellrangermulti \
  --skip_cellrangermulti_vdjref \
  --skip_emptydrops \
  --gex_frna_probe_set Chromium_Human_Transcriptome_Probe_Set_v1.0.1_GRCh38-2020-A.csv \
  --cellranger_multi_barcodes sample_barcodes.csv \
  --cellranger_index refdata-gex-GRCh38-2020-A/ \
  --input samples.csv \
  --outdir scrnaseq_output

The MultiQC report only includes the fastqc results.

@nick-youngblut nick-youngblut added the enhancement New feature or request label Oct 8, 2024
@nick-youngblut
Copy link
Contributor Author

Also, the cellrangermulti output directory is a bit chaotic, since it includes per-sample output and combined output in the same directory. So, if the user has many samples, it can be hard to find the non-sample directories (e.g., mkgtf, mtx_conversions, or count) among all of the sample directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant