Skip to content

Commit

Permalink
Import argparse iff running rmsd directly
Browse files Browse the repository at this point in the history
  • Loading branch information
KPLauritzen committed Oct 19, 2015
1 parent e5a9bc5 commit 0f26091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculate_rmsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license: https://github.com/charnley/rmsd/blob/master/LICENSE
"""

import argparse
import numpy as np
import re

Expand Down Expand Up @@ -200,6 +199,7 @@ def get_coordinates(filename, ignore_hydrogens=False):


if __name__ == "__main__":
import argparse

description = """
Calculate Root-mean-square deviation (RMSD) between structure A and B, in XYZ format.
Expand Down

0 comments on commit 0f26091

Please sign in to comment.