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

Semibin not respecting -p threads argument #140

Open
AroneyS opened this issue Aug 25, 2023 · 1 comment
Open

Semibin not respecting -p threads argument #140

AroneyS opened this issue Aug 25, 2023 · 1 comment

Comments

@AroneyS
Copy link

AroneyS commented Aug 25, 2023

Thanks for the fantastic binner! I'm getting many more bins from Semibin than any other binner.

Running Semibin within Aviary (https://github.com/rhysnewell/aviary/), I noticed that in the binning phase (logging: SemiBin[22080] INFO Start binning.), Semibin is using all the CPUs on the server (128) instead of 64.

Snakemake rule shell command (where threads=64):

SemiBin single_easy_bin -i {input.fasta} -b data/binning_bams/*.bam -o data/semibin_bins -p {threads} --self-supervised
@luispedro
Copy link
Member

We cannot reproduce this, unfortunately

My guess is that this is some openMP/BLAS multithreading inside NumPy, which is a bit non-trivial to control, but I'll leave the issue open for now

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

2 participants