From 268f5c272497012a5b81f4f96b6c6d0e5c1681c0 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Thu, 25 Nov 2010 15:07:11 +0100 Subject: [PATCH] added naccess.py to CMakeLists.txt --- modules/bindings/pymod/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bindings/pymod/CMakeLists.txt b/modules/bindings/pymod/CMakeLists.txt index 86fad8a93..f91dc53d8 100644 --- a/modules/bindings/pymod/CMakeLists.txt +++ b/modules/bindings/pymod/CMakeLists.txt @@ -1,2 +1,2 @@ pymod(NAME bindings PY __init__.py lga.py hbplus.py msms.py tmtools.py - dssp.py clustalw.py utils.py) + dssp.py clustalw.py utils.py naccess.py) -- GitLab