Mercurial > repos > chemteam > mdanalysis_rdf
comparison rdf.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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 5:62eaf6ecd9eb | 6:fb2b84481239 | 
|---|---|
| 6 | 6 | 
| 7 import MDAnalysis as mda | 7 import MDAnalysis as mda | 
| 8 from MDAnalysis.analysis.rdf import InterRDF | 8 from MDAnalysis.analysis.rdf import InterRDF | 
| 9 | 9 | 
| 10 import matplotlib | 10 import matplotlib | 
| 11 matplotlib.use('Agg') # noqa | |
| 12 import matplotlib.pyplot as plt | 11 import matplotlib.pyplot as plt | 
| 13 | 12 | 
| 14 import numpy as np | 13 import numpy as np | 
| 14 | |
| 15 matplotlib.use('Agg') # noqa | |
| 15 | 16 | 
| 16 | 17 | 
| 17 def parse_command_line(argv): | 18 def parse_command_line(argv): | 
| 18 parser = argparse.ArgumentParser() | 19 parser = argparse.ArgumentParser() | 
| 19 parser.add_argument('--itraj', help='input traj') | 20 parser.add_argument('--itraj', help='input traj') | 
