Mercurial > repos > chemteam > mdanalysis_ramachandran_plot
diff ramachandran_plots.py @ 3:8bd0e29927da draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author | chemteam |
---|---|
date | Wed, 20 May 2020 13:03:30 -0400 |
parents | ce0728b92289 |
children | 70a2d548e62c |
line wrap: on
line diff
--- a/ramachandran_plots.py Thu Feb 06 19:40:37 2020 -0500 +++ b/ramachandran_plots.py Wed May 20 13:03:30 2020 -0400 @@ -9,13 +9,14 @@ from MDAnalysis.lib.distances import calc_dihedrals import matplotlib -matplotlib.use('Agg') # noqa import matplotlib.pyplot as plt import numpy as np import seaborn as sns +matplotlib.use('Agg') # noqa + def parse_command_line(argv): parser = argparse.ArgumentParser()