Skip to content

Commit

Permalink
Fix __email__. ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 12, 2021
1 parent 2b04e90 commit f7e8d66
Show file tree
Hide file tree
Showing 77 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion python/BioSimSpace/Align/_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["generateNetwork", "matchAtoms", "rmsdAlign", "flexAlign", "merge"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Box/_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["boxTypes",
"generateBoxParameters",
Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/FreeEnergy/_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Binding"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/FreeEnergy/_free_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["FreeEnergy"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/FreeEnergy/_solvation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Solvation"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Gateway/_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Node"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Gateway/_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Boolean", "Integer", "Float", "String", # Regular types.
"File", "FileSet", # File types.
Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Gateway/_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["ResourceManager"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/IO/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["fileFormats", "formatInfo", "readMolecules", "readPDB", "saveMolecules"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/MD/_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["run"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["CollectiveVariable"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Distance"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Funnel", "makeFunnel", "viewFunnel"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Torsion"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["list"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Metadynamics/_bound.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Bound"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Metadynamics/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Grid"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Metadynamics/_metadynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["run"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Notebook/_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["plot", "plotContour"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Notebook/_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["View"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/Protocol/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["FF03", "FF99", "FF99SB", "FF99SBILDN", "FF14SB", "GAFF", "GAFF2"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/Protocol/_openforcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["OpenForceField"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/Protocol/_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Protocol"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["parameterise",
"ff03",
Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Process"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Parameters/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["formalCharge"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Amber"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_gromacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Gromacs"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_namd.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Namd"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_openmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["OpenMM"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_plumed.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Plumed"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Process"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_process_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["ProcessRunner"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_somd.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Somd"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Task"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["packages", "createProcess"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Custom"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_equilibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Equilibration"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_free_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["FreeEnergy"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_metadynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Metadynamics"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_minimisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Minimisation"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Production"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["Protocol"]

Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Protocol/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__author__ = "Lester Hedges"
__email_ = "[email protected]"
__email__ = "[email protected]"

__all__ = ["protocols", "createProtocol"]

Expand Down
Loading

0 comments on commit f7e8d66

Please sign in to comment.