SemiBin
SemiBin copied to clipboard
Semibin not respecting `-p` threads argument
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