Skip to content

Commit b191ea9

Browse files
committed
Fixed typo.
1 parent 1abbc98 commit b191ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/04_CallKaKs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def main():
8888
l = int(len(genes))
8989
pool = Pool(processes = cpu)
9090
func = partial(calculateKaKs, indir, outdir, method)
91-
print("\tRunning CodeML with", str(cpu), "threads....")
91+
print("\tRunning KaKs_Caclulator with", str(cpu), "threads....")
9292
rcml = pool.imap(func, genes)
9393
pool.close()
9494
pool.join()

0 commit comments

Comments
 (0)