==> git log -n1 <==
commit c494a30d90b465e92faed7b4913593c44985aeb0
Author: jpjanet <jpjanet@mit.edu>
Date:   Wed Feb 1 15:31:40 2017 +0800

    Major changes to file IO. Upon requesting database addition, the user will now be prompted for a writable directory (both gui/cli supported). Ligands, Bind, Cores and Data will be copied to this new location and all requests for file access are directed here. The way files are accessed has been cleaned up, all connections between the package and files, either in site-packages or in the new folder, should go through routines in Scripts/io.py. There may be other places where the old IO is called, these should be moved to io.py routines if they are found so any further changes are much easier. Additionally, fixed multiple bugs in the binding molecule routines, which was preventing using a SMILES string for the binding species, and added a redraw function to update the GUI when new ligands/cores/binding species are added.

==> git describe --tags --dirty <==
v1.1.4.8-alpha-12-gc494a30

==> git status <==
On branch JP
Your branch is up-to-date with 'origin/JP'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	conda_build.sh
	record.txt

nothing added to commit but untracked files present (use "git add" to track)

