Mercurial > repos > chemteam > mdanalysis_rdf
diff ramachandran_plots.py @ 6:fb2b84481239 draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
| author | chemteam | 
|---|---|
| date | Wed, 20 May 2020 16:56:07 +0000 | 
| parents | aabf6858f293 | 
| children | 
line wrap: on
 line diff
--- a/ramachandran_plots.py Fri Feb 07 00:38:47 2020 +0000 +++ b/ramachandran_plots.py Wed May 20 16:56:07 2020 +0000 @@ -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()
