choderalab / itctools

Tools for setting up ITC experiments in an automated fashion using the Tecan EVO and Auto-iTC 200.
3 stars 6 forks source link

itctools

Build Status Build status Issue Stats Issue Stats Coverage Status Code Health Dependency Status Codacy Badge

Tools for setting up ITC experiments in an automated fashion using the Tecan EVO and Auto-iTC 200.

New:

Run bash install.sh to set up a new python environment using miniconda at ${HOME}/miniconda. It should take care of all dependencies.

To access the new python enviroment you can type

source ${HOME}/miniconda/bin/activate 2.7

or extend your ${PATH} variable with ${HOME}/miniconda/bin:

export PATH=${PATH}:${HOME}/miniconda/bin

To use the scripts within an existing environment, please look at the dependencies and install them accordingly. You can use the requirements files from the installer.

You can then install the library using:

python setup.py install

Requires

- anaconda or miniconda with python 3.5 through 3.8 Using conda, install: setuptools numpy openpyxl coverage pip - to install further dependencies.

Using pip, install: pint behave coveralls

Contains

itctools/

A library for setting up experiments

examples/

Some example scripts that use the library.

examples/host_guest

examples/mixture_heats

tests/

Tests that are used to maintain the integrity of the library.

tests/behave

Tests that use behave to make sure the example scripts are functional. Run behave from the root directory of the repository to run these tests. See also the .behaverc file.

tests/behave/features
tests/behave/features/steps