Mercurial > repos > chemteam > mdanalysis_dihedral
diff angle.py @ 1:8845c77d62f2 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 9b44a37fc1a0c338693f54eaf52b582439ca9f0c
author | chemteam |
---|---|
date | Thu, 20 Dec 2018 06:46:54 -0500 |
parents | 1abbf9ca75fa |
children | 4c431a33590e |
line wrap: on
line diff
--- a/angle.py Mon Oct 08 12:42:19 2018 -0400 +++ b/angle.py Thu Dec 20 06:46:54 2018 -0500 @@ -7,13 +7,12 @@ 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') - def parse_command_line(argv): parser = argparse.ArgumentParser()