Mercurial > repos > chemteam > mdanalysis_angle
diff distance_single.py @ 6:97324a3a94ba draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
| author | chemteam |
|---|---|
| date | Wed, 20 May 2020 16:55:08 +0000 |
| parents | 4663c9aebc52 |
| children |
line wrap: on
line diff
--- a/distance_single.py Fri Feb 07 00:37:53 2020 +0000 +++ b/distance_single.py Wed May 20 16:55:08 2020 +0000 @@ -6,11 +6,12 @@ import MDAnalysis as mda 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()
