Révision c492296f modules/clustering.py
b/modules/clustering.py | ||
---|---|---|
44 | 44 |
elif remove_Hs or remove_Hs.lower() == "all": |
45 | 45 |
mol_list = [Chem.RemoveHs(mol) for mol in mol_list] |
46 | 46 |
elif remove_Hs.lower() == "c": |
47 |
from isolated import remove_C_linked_Hs |
|
47 |
from modules.isolated import remove_C_linked_Hs
|
|
48 | 48 |
mol_list = [remove_C_linked_Hs(mol) for mol in mol_list] |
49 | 49 |
else: |
50 | 50 |
err = "remove_Hs value does not have an acceptable value" |
Formats disponibles : Unified diff