Mercurial > repos > chemteam > mdanalysis_distance
diff rdf.py @ 6:aa4090b50e7b draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author | chemteam |
---|---|
date | Wed, 20 May 2020 13:06:33 -0400 |
parents | 312f912de69d |
children |
line wrap: on
line diff
--- a/rdf.py Thu Feb 06 19:43:03 2020 -0500 +++ b/rdf.py Wed May 20 13:06:33 2020 -0400 @@ -8,11 +8,12 @@ from MDAnalysis.analysis.rdf import InterRDF 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()