SemiBin icon indicating copy to clipboard operation
SemiBin copied to clipboard

Semibin not respecting `-p` threads argument

Open AroneyS opened this issue 1 year ago • 1 comments

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

AroneyS avatar Aug 25 '23 03:08 AroneyS