Closed linsalrob closed 3 years ago
Thanks Rob, someone else also found this yesterday (#5). I thought it was as simple as the error suggests (trying to convert 'ALL' to an integer), but it may be a little more than that.
It was indeed as simple as that. An "int" check needed to be included, as I added an option to turn off phate threading altogether. "ALL" is accounted for. The number of threads allowed does not exceed os.cpu_count() or the number of genomes being processed.
Per the documentation you should be able to set
in the config file. This gives me this error: