We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abbc98 commit b191ea9Copy full SHA for b191ea9
1 file changed
bin/04_CallKaKs.py
@@ -88,7 +88,7 @@ def main():
88
l = int(len(genes))
89
pool = Pool(processes = cpu)
90
func = partial(calculateKaKs, indir, outdir, method)
91
- print("\tRunning CodeML with", str(cpu), "threads....")
+ print("\tRunning KaKs_Caclulator with", str(cpu), "threads....")
92
rcml = pool.imap(func, genes)
93
pool.close()
94
pool.join()
0 commit comments