Commit 0e7ae464 by John Chodera (MSKCC)

Updated command-line interface.

parent 5fd17b42
...@@ -781,7 +781,7 @@ def main(): ...@@ -781,7 +781,7 @@ def main():
parser.error('No filename specified') parser.error('No filename specified')
if len(args) > 1: if len(args) > 1:
parser.error('Must specify a single filename') parser.error('Must specify a single filename')
fixer = PDBFixer(argv[0]) fixer = PDBFixer(filename=argv[0])
if options.residues: if options.residues:
fixer.findMissingResidues() fixer.findMissingResidues()
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment