Skip to content

Commit

Permalink
ensure template from smiles
Browse files Browse the repository at this point in the history
  • Loading branch information
reskyner committed Jul 3, 2019
1 parent 3697cfb commit d91cfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luigi_classes/pull_proasis.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def run(self):

try:
misc_functions.lig_sdf_from_pdb(lig_string=lig, pdb_file=os.path.join(o.root, o.start, o.curated),
sdf_out=self.output().path)
sdf_out=self.output().path, smiles=o.crystal.compound.smiles)
except:
continue

Expand Down

0 comments on commit d91cfa0

Please sign in to comment.