Skip to content

Commit

Permalink
✏️ minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kimber committed Sep 30, 2021
1 parent 8d7e097 commit 188ada4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion maxsmi/utils_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def char_replacement(list_smiles):
smile.replace("Cl", "L")
.replace("Br", "R")
.replace("Se", "E")
.replace("se", "e")
.replace("Zn", "Z")
.replace("Si", "T")
.replace("@@", "$")
Expand Down
2 changes: 1 addition & 1 deletion maxsmi/utils_smiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def smiles_from_folder_name(url_encoded_smiles):
# aromatic atoms
"b", # boron
"c", # carbon
"e", # remplacement for se
"e", # use case
"i", # iodine
"n", # nitrogen
"o", # oxygen
Expand Down

0 comments on commit 188ada4

Please sign in to comment.