UnixJunkie / molenc

MolEnc: a molecular encoder using rdkit and OCaml.
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

molenc_mview: add cols option and show_name option #152

Closed UnixJunkie closed 1 week ago

UnixJunkie commented 2 weeks ago
diff --git a/bin/molenc_mview.py b/bin/molenc_mview.py
index 410f2ab..0a93365 100755
--- a/bin/molenc_mview.py
+++ b/bin/molenc_mview.py
@@ -51,8 +51,8 @@ else:

 # create HTML document
 mols2grid.save(mols,
-               # subset=["img", "name"],
-               # n_cols = 2, # designed, nearest_in_training_set
+               subset=["img", "name"],
+               n_cols = 2, # designed, nearest_in_training_set
                # size = (300, 350),
                output=output_fn, template="static", prerender=True)
UnixJunkie commented 1 week ago

done: -c and -s