mritchielab / FLAMES

A framework for performing single-cell and bulk read full-length analysis of mutations and splicing.
https://mritchielab.github.io/FLAMES/
GNU General Public License v3.0
20 stars 9 forks source link

Manually setting threads #28

Closed nick-youngblut closed 7 months ago

nick-youngblut commented 7 months ago

It's not clear based on the FLAMES::create_config or FLAMES::sc_long_pipeline function does on how one manually sets the threads used for BLAZE, minimap2, etc. I'm using FLAMES_1.8.0.

ChangqingW commented 7 months ago

This could be done by either FLAMES::create_config("path/to/out/dir", threads = 1) or manually editing the file returned by create_config.

nick-youngblut commented 7 months ago

Thanks!

I'll could create a PR to update the create_config docs to include that info, if you'd like.

ChangqingW commented 7 months ago

Thanks for offering help, I hope the checks can pass this time. I will make a new branch for installing devel version on R 4.3