File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import argparse
18
18
from rdkit .Chem import Descriptors
19
- from pipelines . utils import utils
20
- from pipelines . rdkit import mol_utils
19
+ from pipelines_utils import utils
20
+ import mol_utils
21
21
22
22
23
23
### start function definitions #########################################
Original file line number Diff line number Diff line change 17
17
import logging
18
18
from rdkit import Chem
19
19
from rdkit .Chem import Descriptors
20
- from pipelines . utils import utils
20
+ from pipelines_utils import utils
21
21
22
22
def fragment (mol , mode , quiet = False ):
23
23
frags = Chem .GetMolFrags (mol , asMols = True )
Original file line number Diff line number Diff line change 16
16
17
17
import argparse
18
18
19
- from pipelines . utils import utils
19
+ from pipelines_utils import utils
20
20
21
21
22
22
def main ():
Original file line number Diff line number Diff line change 16
16
17
17
import argparse
18
18
19
- from pipelines . utils import utils
19
+ from pipelines_utils import utils
20
20
21
21
22
22
def main ():
You can’t perform that action at this time.
0 commit comments