Giter Site home page Giter Site logo

ligsift's Introduction

######################################################################
#   .____    .___  ________  _________._________________________     #
#   |    |   |   |/  _____/ /   _____/|   \_   _____/\__    ___/     # 
#   |    |   |   /   \  ___ \_____  \ |   ||    __)    |    |        #
#   |    |___|   \    \_\  \/        \|   ||     \     |    |        #
#   |_______ \___|\______  /_______  /|___|\___  /     |____|        #
#           \/           \/        \/          \/                    #
#                                                                    #
######################################################################

Requirements
============
1. CMake 2.4 or newer
2. A C++ compiler (e.g. GCC)
3. OpenBabel
   Installation instruction (If you have already installed OpenBabel, skip to LIGSIFT compilation)    
   (a) Download OpenBabel (v2.4.0) from
       https://sourceforge.net/projects/openbabel/files/openbabel/2.4.0/openbabel-openbabel-2-4-0.tar.gz/download
   (b) tar zxf openbabel-2.4.0.tar.gz

          OR get the latest version from git using
       git clone https://github.com/openbabel/openbabel.git 
  
   (c) mkdir -p obbuild
   (d) cd obbuild
   (e) cmake ../openbabel-2.4.X OR cmake ../openbabel
       If you don't have root permissions or you want to install at a different location:
       cmake ../openbabel-2.4.X -DCMAKE_INSTALL_PREFIX=/home/ambrish/bin/
   (f) make 
   (g) make test
   (i) make install
If everything worked perfectly, you should have an obabel executable as /usr/local/bin/obabel or /home/ambrish/bin/openbabel/bin/obabel (depending on how you run cmake).

This version of LIGSIFT (v1.3) has been tested for openbabel-2.4.1 

OTHER ENVIORNMENT VARIABLES TO SET:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/ambrish/bin/openbabel/lib/
export BABEL_LIBDIR=/home/ambrish/bin/openbabel/lib/openbabel/2.4.1/
export BABEL_DATADIR=/home/ambrish/bin/openbabel/share/openbabel/2.4.1/


Compiling LIGSIFT
=================
4. Download LIGSIFT from git using

   git clone https://github.com/ambrishroy/LIGSIFT.git
   
5. cd LIGSIFT
6. vi Makefile
   You may need to change your compiler (if not GCC) and CFLAGS and LDFLAGS (if you have installed OpenBabel at non-default location)
7. make
8. Everything should compile normally and you will have LIGSIFT executable in the directory.

You can enjoy fishing molecules now :)

Please send your comments and suggestions to : ambrish.roy AT gmail.com

ligsift's People

Contributors

ambrishroy avatar

Watchers

James Cloos avatar  avatar

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.