Mercurial > repos > chemteam > mdanalysis_dihedral
diff dihedrals.py @ 1:cc1d22357daf draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 9b44a37fc1a0c338693f54eaf52b582439ca9f0c
author | chemteam |
---|---|
date | Thu, 20 Dec 2018 06:49:06 -0500 |
parents | f95d4348ed7c |
children | 554f60da9c8f |
line wrap: on
line diff
--- a/dihedrals.py Mon Oct 08 13:16:46 2018 -0400 +++ b/dihedrals.py Thu Dec 20 06:49:06 2018 -0500 @@ -8,12 +8,11 @@ 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') - def parse_command_line(argv): parser = argparse.ArgumentParser()