Skip to content

Commit

Permalink
exhaustive conformer genration
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Jun 1, 2018
1 parent 84c012b commit bd8111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdallconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def genConformer_r(mol, conf, i, matches, degree, sdwriter):
deg += args.degree
return total

parser = argparse.ArgumentParser(description="Usage: %prog [options] <input>.smi <output>.sdf")
parser = argparse.ArgumentParser(description="Sample nontorsional conformations and exhaustively enumerate torsions to generate conformers. Lots and lots and lots and lots of conformers.")
parser.add_argument("--sample", help="number of conformers to sample to get non-torsional differences (default 100)", default=100, type=int, metavar="sample")
parser.add_argument("--seed", help="random seed (default 062609)", default="062609", type=int, metavar="s")
parser.add_argument("--rms_threshold", help="cutoff for considering sampled conformers the same (default 0.25)", default="0.25", type=float, metavar="R")
Expand Down

0 comments on commit bd8111e

Please sign in to comment.