Skip to content
Snippets Groups Projects
Commit e4fcd1dc authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update coreStats.py

parent 72d04a02
No related branches found
No related tags found
1 merge request!11v1.6
Pipeline #176656 failed
......@@ -170,8 +170,8 @@ df.reset_index(inplace=True)
df.rename(columns={'level_0': 'pangenome.name', 'level_1': 'chrom.id'}, inplace=True)
df.rename(columns=graphColDict, inplace = True)
df["pggb.time"] = pd.to_timedelta(df["pggb.time"])
df.mem = df.mem.astype(float)
df.cpu = df.cpu.astype(int)
df["pggb.mem"] = df["pggb.mem"].astype(float)
df["pggb.cpu"] = df["pggb.cpu"].astype(int)
df["input.total.length"] = df["input.total.length"].astype(int)
if args.debug: print("[timeStats::debug]", df.dtypes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment