Add high-level pipeline API
authorMaxim Koltsov <maks@omrb.pnpi.spb.ru>
Wed, 15 Jul 2015 13:27:21 +0000 (16:27 +0300)
committerMaxim Koltsov <maks@omrb.pnpi.spb.ru>
Wed, 15 Jul 2015 13:27:21 +0000 (16:27 +0300)
commit1241cd15da38bf7afd65a924100730b04e430475
treec657a9bcf98958d00c6bfcabc04aa3b870931900
parent6b856a036ba1435556b070c7583fcce4870ff9e7
Add high-level pipeline API

GromacsPipeline wrapper enables you to construct a pipeline of Gromacs
modules and run it in a single pass with one trajectory.
src/python/CMakeLists.txt
src/python/pipeline_test.py [new file with mode: 0644]
src/python/runner/__init__.py [new file with mode: 0644]
src/python/runner/pipeline.py [new file with mode: 0644]