Skip to content

Commit 395cec4

Browse files
Update extract.py
1 parent ff7679e commit 395cec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb_python/extract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def get_mm_ecs(t2g_path, txnames, temp_dir):
148148
ecs_mm.append(row[0])
149149

150150
logger.debug(
151-
f"Found the following equivalence classes that map to multiple genes: {' ,'.join(ecs_mm)}"
151+
f"Found the following equivalence classes that map to multiple genes: {' ,'.join(np.array(ecs_mm).astype(str))}"
152152
)
153153

154154
return ecs_mm, ec_df

0 commit comments

Comments
 (0)