-
Notifications
You must be signed in to change notification settings - Fork 727
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
Control generation of --output-stats when running umi-tools dedup #827
Comments
Running the analysis on a single chromosome is more tricky than I expected. In the |
Ok. In that case, we definitely need to fix the module in the next release. @lars-work-sund tried this config below which failed as reported in the comment above:
We will need to update the nf-core/module to make |
nf-core/module updated in nf-core/modules#1689 Added a new boolean parameter to the pipeline called |
Description of feature
umitools dedup
uses large amounts of memory and runs slowly. To speed it up it is recommended to only run it on a single chromosome, see the FAQ point number 4.Currently the option is hard-coded, see github
The suggested solution to only run on a single chromosome would cause the pipeline to only analyze a single chromosome.
Since
--chrom
seems to be mostly for debugging purposes, see hereI suggest either making the
--output-stats
optional, or running a second round of deduplication on a single chromosome to generate the output stats.The text was updated successfully, but these errors were encountered: