You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: