Skip to content

Commit ce033f0

Browse files
Merge pull request #83 from kamran-haider/v1.1_dev
merging 1.1.0 which is passing all builds on travis
2 parents ef34e54 + 1072f4e commit ce033f0

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
language: generic
1+
# Credits: Adapted from https://github.com/choderalab/pymbar/.travis.yml
2+
# with some modifications
3+
language: C
24
sudo: false
35

46
addons:
@@ -21,11 +23,10 @@ install:
2123
- source devtools/travis-ci/install_miniconda.sh
2224
- export PYTHONUNBUFFERED=true
2325
- export PATH=$HOME/miniconda/bin:$PATH
24-
- conda config --add channels omnia
2526
- conda config --add channels conda-forge # hightest priority
27+
- conda config --add channels omnia
2628

2729
script:
28-
# adapted from pymbar
2930
# Add org channel
3031
- conda config --add channels ${ORGNAME}
3132
# Create a test environment
@@ -42,15 +43,15 @@ script:
4243

4344
os:
4445
- osx
45-
# - linux
46+
- linux
4647

4748

4849
env:
4950
matrix:
5051
- python=2.7 CONDA_PY=27
51-
# - python=3.4 CONDA_PY=34
52-
# - python=3.5 CONDA_PY=35
53-
# - python=3.6 CONDA_PY=36
52+
- python=3.4 CONDA_PY=34
53+
- python=3.5 CONDA_PY=35
54+
- python=3.6 CONDA_PY=36
5455
global:
5556

5657
- PACKAGENAME="sstmap"

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/KurtzmanLab/SSTMap.svg?branch=master)](https://travis-ci.org/KurtzmanLab/SSTMap)
1+
[![Build Status]([![Build Status](https://travis-ci.org/kamran-haider/SSTMap.svg?branch=v1.1_dev)](https://travis-ci.org/kamran-haider/SSTMap))
22
[![Anaconda-Server Badge](https://anaconda.org/solvationtools/sstmap/badges/installer/conda.svg)](https://conda.anaconda.org/solvationtools)
33
[![Anaconda-Server Badge](https://anaconda.org/solvationtools/sstmap/badges/downloads.svg)](https://anaconda.org/solvationtools/sstmap)
44
[![DOI for Citing SSTMap](https://img.shields.io/badge/DOI-10.1021%2Fj.jctc.2017.11.021-blue.svg)](http://doi.org/10.1021/acs.jctc.7b00592)
@@ -32,14 +32,14 @@ conda install sstmap
3232
You can install the latest development version from the GitHub repository by executing
3333

3434
```
35-
pip install git+git://github.com/kurtzmanlab/sstmap.git@v1.0#egg=sstmap
35+
pip install git+git://github.com/kurtzmanlab/sstmap.git@1.1.0#egg=sstmap
3636
```
3737

3838
You can also download the release package manually from GitHub, unzip it, navigate into the directory, and execute the command:
3939

4040
```bash
41-
https://github.com/KurtzmanLab/SSTMap/archive/v1.0.tar.gz or https://github.com/KurtzmanLab/SSTMap/archive/v1.0.zip
42-
tar -xvf v1.0.tar.gz or unzip v1.0.zip
41+
https://github.com/KurtzmanLab/SSTMap/archive/1.1.0.tar.gz or https://github.com/KurtzmanLab/SSTMap/archive/1.1.0.zip
42+
tar -xvf 1.1.0.tar.gz or unzip 1.0.0.zip
4343
cd SSTMap-1.0
4444
python setup.py install
4545
```
@@ -51,7 +51,7 @@ cd SSTMap
5151
```
5252
**For the release version:**
5353
```
54-
git checkout tags/v1.0
54+
git checkout tags/1.1.0
5555
python setup.py install
5656
```
5757
**For the developmental version:**
@@ -111,6 +111,7 @@ Co-Developers
111111
-------------
112112
* Steven Ramsey <vpsramsey@gmail.com>
113113
* Anthony Cruz Balberdi <anthonycruzpr@gmail.com>
114+
* Tobias Wulsdorf <tobias.wulsdorf@pharmazie.uni-marburg.de>
114115

115116
Principal Investigators
116117
---------------------
@@ -121,13 +122,14 @@ References
121122
----------
122123
Please cite the following when you use this software.
123124

124-
[1] Crystal N. Nguyen, Michael K. Gilson, Tom Young. Structure and Thermodynamics of Molecular Hydration via Grid Inhomogeneous Solvation Theory. eprint arXiv:1108.4876, (2011).
125+
[1] Haider K, Cruz A, Ramsey S, Gilson M. and Kurtzman T. Solvation Structure and Thermodynamic Mapping (SSTMap): An Open-Source, Flexible Package for the Analysis of Water in Molecular Dynamics Trajectories. J. Chem. Theory Comput. (10.1021/acs.jctc.7b00592) 2017.
126+
[2] Crystal N. Nguyen, Michael K. Gilson, Tom Young. Structure and Thermodynamics of Molecular Hydration via Grid Inhomogeneous Solvation Theory. eprint arXiv:1108.4876, (2011).
125127

126-
[2] Crystal N. Nguyen, Tom Kurtzman Young, and Michael K. Gilson. Grid inhomogeneous solvation theory: hydration structure and thermodynamics of the miniature receptor cucurbit[7]uril. J. Chem. Phys. 137, 044101 (2012)
128+
[3] Crystal N. Nguyen, Tom Kurtzman Young, and Michael K. Gilson. Grid inhomogeneous solvation theory: hydration structure and thermodynamics of the miniature receptor cucurbit[7]uril. J. Chem. Phys. 137, 044101 (2012)
127129

128-
[3] Haider K, Wickstrom L, Ramsey S, Gilson MK and Kurtzman T. Enthalpic Breakdown of Water Structure on Protein Active Site Surfaces. J Phys Chem B. 120:8743-8756, (2016). http://dx.doi.org/10.1021/acs.jpcb.6b01094.
130+
[4] Haider K, Wickstrom L, Ramsey S, Gilson MK and Kurtzman T. Enthalpic Breakdown of Water Structure on Protein Active Site Surfaces. J Phys Chem B. 120:8743-8756, (2016). http://dx.doi.org/10.1021/acs.jpcb.6b01094.
129131

130-
[4] Themis Lazaridis. Inhomogeneous Fluid Approach to Solvation Thermodynamics. 1. Theory. The Journal of Physical Chemistry B 102 (18), 3531-3541, (1998). DOI: 10.1021/jp9723574
132+
[5] Themis Lazaridis. Inhomogeneous Fluid Approach to Solvation Thermodynamics. 1. Theory. The Journal of Physical Chemistry B 102 (18), 3531-3541, (1998). DOI: 10.1021/jp9723574
131133

132134

133135
License

devtools/conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test:
3131
- sstmap
3232

3333
about:
34-
home: https://github.com/kamran-haider
35-
license: GNU Lesser General Public License v2 or later (LGPLv2+)
34+
home: https://github.com/KurtzmanLab/SSTMap
35+
license: MIT
3636
summary: Python tools for analysis of water molecules in MD trajectories.
3737

devtools/travis-ci/install_miniconda.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
# Temporarily change directory to $HOME to install software
2+
# Credits: Adapted from https://github.com/choderalab/pymbar/blob/master/devtools/travis-ci/install.sh
3+
# with some modifications
34
pushd .
45
cd $HOME
56

@@ -20,4 +21,5 @@ bash $MINICONDA -b -p $MINICONDA_HOME
2021
export PIP_ARGS="-U"
2122
export PATH=$MINICONDA_HOME/bin:$PATH
2223
conda update --yes conda
23-
conda install --yes conda-build=2.1.17 jinja2 anaconda-client pip
24+
conda install --yes conda-build=2.1.17 jinja2 anaconda-client
25+
popd

0 commit comments

Comments
 (0)