Mercurial > repos > chemteam > mdanalysis_cosine_analysis
diff dihedrals.py @ 3:ff1e607d8b2b draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
| author | chemteam |
|---|---|
| date | Wed, 20 May 2020 16:54:40 +0000 |
| parents | 9e77ecef62bf |
| children |
line wrap: on
line diff
--- a/dihedrals.py Fri Feb 07 00:37:27 2020 +0000 +++ b/dihedrals.py Wed May 20 16:54:40 2020 +0000 @@ -8,11 +8,12 @@ from MDAnalysis.lib.distances import calc_dihedrals import matplotlib -matplotlib.use('Agg') # noqa import matplotlib.pyplot as plt import numpy as np +matplotlib.use('Agg') # noqa + def parse_command_line(argv): parser = argparse.ArgumentParser()
