Mercurial > repos > chemteam > mdanalysis_rdf
diff angle.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 |
line wrap: on
line diff
--- a/angle.py Thu Feb 06 19:42:13 2020 -0500 +++ b/angle.py Wed May 20 13:05:39 2020 -0400 @@ -7,12 +7,13 @@ import MDAnalysis as mda import matplotlib -matplotlib.use('Agg') # noqa import matplotlib.pyplot as plt import numpy as np from numpy.linalg import norm +matplotlib.use('Agg') # noqa + def parse_command_line(argv): parser = argparse.ArgumentParser()