Skip to content

Its is a framework of evolutionary computation for Physical Byology

License

Notifications You must be signed in to change notification settings

michelleduarte/2pg_cartesian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2pg_cartesian

is a framework of optimization algorithms for structural biology. The goal of this framework is allow to build optimization algorithms for structural biology area.

INSTALATION

2pg_cartesian uses cmake 2.8 or later to install. Therefore, you are able to execute a simple cmake process as described below:

mkdir build cd build cmake .. make make install

If you want to assign an install directory, you may use DCMAKE_INSTALL_PREFIX option. For example, you want to install 2pg_cartesian at /home/faccioli/Programs/ directory, you have to use:

mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/home/faccioli/Programs/2pg_cartesian/ make make install

After make install command, will be created bin and scripts directories where was specified.

About

Its is a framework of evolutionary computation for Physical Byology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.5%
  • Java 25.5%
  • Shell 5.4%
  • Python 3.3%
  • CMake 0.9%
  • C++ 0.3%
  • Objective-C 0.1%