Mercurial > repos > chemteam > mdanalysis_rdf
comparison dihedrals.py @ 6:0f17d0720565 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author | chemteam |
---|---|
date | Wed, 20 May 2020 13:05:39 -0400 |
parents | 36babbdd7818 |
children |
comparison
equal
deleted
inserted
replaced
5:b63a8bdb4b90 | 6:0f17d0720565 |
---|---|
6 | 6 |
7 import MDAnalysis as mda | 7 import MDAnalysis as mda |
8 from MDAnalysis.lib.distances import calc_dihedrals | 8 from MDAnalysis.lib.distances import calc_dihedrals |
9 | 9 |
10 import matplotlib | 10 import matplotlib |
11 matplotlib.use('Agg') # noqa | |
12 import matplotlib.pyplot as plt | 11 import matplotlib.pyplot as plt |
13 | 12 |
14 import numpy as np | 13 import numpy as np |
14 | |
15 matplotlib.use('Agg') # noqa | |
15 | 16 |
16 | 17 |
17 def parse_command_line(argv): | 18 def parse_command_line(argv): |
18 parser = argparse.ArgumentParser() | 19 parser = argparse.ArgumentParser() |
19 parser.add_argument('--itraj', help='input traj') | 20 parser.add_argument('--itraj', help='input traj') |