Skip to content

Commit d73b101

Browse files
committed
add tmap plot code
1 parent 6e6d520 commit d73b101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sampledock/SnD/tmap_plotter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def df_to_faerun(df,x,y,s,t):
9494
)
9595
# The first character of the name has to be a letter!
9696
f.add_tree("SnD_Tree", {"from": s, "to": t}, point_helper="SampleDock")
97+
f.plot("SampleDock"+'_space', # name of the .html file
98+
template="smiles")
9799
print('Plotting finished')
98100
return f
99101

0 commit comments

Comments
 (0)