Giter Site home page Giter Site logo

bas-rustenburg / itctools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from choderalab/itctools

0.0 1.0 0.0 759 KB

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

PowerShell 3.91% Shell 1.12% Python 89.80% Batchfile 2.14% Gherkin 3.03%

itctools's Introduction

itctools

Travis: Build Status

Appveyor: Build status

Coveralls: Coverage Status

Landscape: Code Health

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 2.7 or 3.3 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

  • materials.py
    • Contains the objects to define chemical compounds, solutions and mixtures
  • procedures.py
    • Contains classes that set up experimental procedures, like binding experiments or heat of mixing.
  • labware.py
    • Defines chemical containers and their locations on the EVO Deck.
  • itctools.py
    • Contains useful functions that don't fall into any other category.

examples/

Some example scripts that use the library.

examples/host_guest

  • host_guest.py prepares a worklist and xlsx file for titrating a host compound into several guests.

examples/mixture_heats

  • mixture_heats.py prepares a worklist and xlsx file for performing heat of mixing experiments.

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
  • The feature files written in Gherkin that test the behavior of the example scripts.
  • environment.py which sets up a temporary directory called tmp in your current directory to run tests in. Note that it automatically erases this directory before every run to ensure a clean working directory.
tests/behave/features/steps
  • scripts.py holds the step definitions that are run by behave when testing the features defined in the feature files.

itctools's People

Contributors

bas-rustenburg avatar jchodera avatar

Watchers

 avatar

itctools's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.