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

Separate cell barcode counting and filtering #126

Open
olgabot opened this issue Jan 6, 2021 · 0 comments
Open

Separate cell barcode counting and filtering #126

olgabot opened this issue Jan 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@olgabot
Copy link
Collaborator

olgabot commented Jan 6, 2021

Is your feature request related to a problem? Please describe

Currently, if --tenxt_min_umi_per_cell is changed, then count_umi_per_cell restarts from zero, even though all the UMIs are already counted, it's the filtering that happens separately. The count_umi_per_cell process takes ~5-10 hours to complete per bam file, so it would be ideal to not have to rerun it.

Describe the solution you'd like

Set the min umi per cell in count_umi_per_cell to 0, then separately use Nextflow to filter the per-barcode UMI counts using the params.tenx_min_umi_per_cell value.

Describe alternatives you've considered

Additional context

@olgabot olgabot added the enhancement New feature or request label Jan 6, 2021
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