Mercurial > repos > chemteam > mdanalysis_hbonds
diff distance_single.py @ 3:5efd0c95f97e draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author | chemteam |
---|---|
date | Wed, 20 May 2020 13:05:00 -0400 |
parents | d23ef0663267 |
children |
line wrap: on
line diff
--- a/distance_single.py Thu Feb 06 19:41:49 2020 -0500 +++ b/distance_single.py Wed May 20 13:05:00 2020 -0400 @@ -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()