Yin Fang
commited on
Commit
Β·
2e9b75d
1
Parent(s):
12bae47
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,7 @@ import sys
|
|
| 13 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|
| 14 |
import sascorer
|
| 15 |
|
|
|
|
| 16 |
def get_largest_ring_size(mol):
|
| 17 |
cycle_list = mol.GetRingInfo().AtomRings()
|
| 18 |
if cycle_list:
|
|
|
|
| 13 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|
| 14 |
import sascorer
|
| 15 |
|
| 16 |
+
|
| 17 |
def get_largest_ring_size(mol):
|
| 18 |
cycle_list = mol.GetRingInfo().AtomRings()
|
| 19 |
if cycle_list:
|