AKEngels / CAST

Conformational Analysis and Search Tool
GNU Lesser General Public License v3.0
1 stars 5 forks source link

Connect CAST to Python 3 instead of Python 2 #36

Open S0S-90 opened 4 years ago

S0S-90 commented 4 years ago

At the moment some python scripts are included into CAST, especially for perfoming graphic analysis with pyplot (more explanation see here). At the moment this works with an API connection to Python2.7 but should be updated soon to Python3. Before doing this it is necessary to remove the interface to DFTBaby as this program is written in Python2.7 (see #35). I guess the premake.lua file also must be updated then.