Skip to content

Commit

Permalink
Merge pull request #13 from choderalab/cleanup
Browse files Browse the repository at this point in the history
[WIP] Started adding docstrings and cleaning up.
  • Loading branch information
kyleabeauchamp committed Nov 20, 2013
2 parents b3dcf65 + 8abd7e7 commit dd720d7
Show file tree
Hide file tree
Showing 155 changed files with 1,008 additions and 476 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c

install:
- echo "install"
- echo "$python"
- tools/ci/apt_install.sh
- $python -V
- tools/ci/py_install.sh

script:
- echo "script"
- $python -V
- sudo $python setup.py -q install
- nosetests
197 changes: 0 additions & 197 deletions chemicals/drugs/test-drugs.py

This file was deleted.

9 changes: 4 additions & 5 deletions gaff2xml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/usr/local/bin/env python
#!/usr/bin/env python

"""
YANK, a package for alchemical free energy calculations using pyOpenMM and OpenMM.
gaff2xml, a utility for using GAFF files in OpenMM
COPYRIGHT AND LICENSE
@author John D. Chodera <[email protected]>
@author Kim M. Branson <[email protected]>
@author Randall J. Radmer <[email protected]>
@author Kyle A. Beauchamp <[email protected]>
All code in this repository is released under the GNU General Public License.
Expand All @@ -25,4 +24,4 @@
"""

from gaff2xml import amber_parser, gafftools, system_checker
from gaff2xml import amber_parser, gafftools, system_checker, utils
Loading

0 comments on commit dd720d7

Please sign in to comment.