Giter Club home page Giter Club logo

jdixoncs / ugene Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ugeneunipro/ugene

0.0 0.0 0.0 156.15 MB

UGENE is free open-source cross-platform bioinformatics software

Home Page: http://ugene.net

License: GNU General Public License v2.0

CMake 0.05% Python 0.11% Shell 0.20% QMake 0.80% Batchfile 0.01% NSIS 0.04% C++ 87.21% C 0.64% CSS 0.02% HTML 0.03% JavaScript 0.93% Assembly 0.01% Cuda 0.03% Roff 9.77% Perl 0.15% Objective-C++ 0.01%

ugene's Introduction

UGENE

Download UGENE: https://ugeneunipro.github.io/ugene/

Building UGENE

Prerequisites

Make sure the Qt (>= 5.4.2 and <= 5.15) development libraries are installed:

We highly recommend you to install Qt to any operating system with Qt online-installer. This is the main way for Windows and macOS operating systems, also available for Linux. To install Qt, download the online-installer from Qt official site (http://www.qt.io/download/). Make sure, that you have installed the following components:

  • Qt Prebuild components
  • QtScript

Other options to install Qt:

  • Ubuntu >=14.04: sudo apt-get install qt5-default qttools5-dev-tools qtscript5-dev libqt5svg5-dev
  • Ubuntu 12.04:
    • Download and install Qt 5.5.1: www.qt.io/download-open-source/
    • Set the system variable: export PATH=$PATH:~/Qt5.5.1/5.5/gcc_64/bin
    • sudo apt-get install g++ libgl1-mesa-dev libglu1-mesa-dev
  • Fedora: sudo yum install qt5-qtscript-devel qt5-qtbase-devel qt5-qtsvg-devel qt5-linguist gcc-c++ redhat-rpm-config mesa-libGLU-devel
  • Arch Linux: sudo pacman -S qtavailable

Also add "path/to/Qt//bin" to the PATH variable.

For Windows users:

To build with devenv (Visual Studio)

  1. qmake -r -tp vc ugene.pro
  2. open ugene.sln from Visual Studio and build or run devenv.exe ugene.sln /Build from MSVC command line

To build with nmake.exe:

  1. qmake -r ugene.pro
  2. run nmake, nmake debug or nmake release to build UGENE

Also you need to add "libeay.dll" and "ssleay.dll" from OpenSSL ToolKit. Put these libs to the directory which is avaliable with the PATH variable.

For *nix users:

  1. installation paths may be set up in ugene_globals.pri
  2. qmake -r (Fedora: qmake-qt5 -r)
  3. make -j 4
  4. sudo make install
  5. ugene -ui

Note: usually, make builds a release version of UGENE. However, on certain platforms default target is debug. To enforce release build use make release or make all.

Build with CUDA

  1. Download and install required software from http://www.nvidia.com/object/cuda_get.html for your OS

  2. Make sure that some system variable are set:

    CUDA_LIB_PATH=/path_where_cuda_installed/lib
    CUDA_INC_PATH=/path_where_cuda_installed/include
    PATH=$PATH:/path_where_cuda_installed/bin
    

    for *nix: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_LIB_PATH

  3. cd ./src and open ugene_globals.pri, find and set variable UGENE_CUDA_DETECTED = 1

Build with OpenCL

  1. Download and install video driver wich supports OpenCL
  2. Download OpenCL headers from http://www.khronos.org/registry/cl/ or find them in video vendor SDK directory.
  3. make sure that you have system variable is set correctly: OPENCL_INC_PATH=/path_where_open_cl_installed
  4. cd ./src and open ugene_globals.pri, find and set variable UGENE_OPENCL_DETECTED = 1

Other notes:

  1. UGENE is be build for x86_64 arch by default, add CONFIG+=x86 to the qmake command to build 32-bit version of UGENE. E.g. for Windows: qmake -r -tp vc CONFIG+=x86 ugene.pro

    ATTENTION: 32-bit version is not officially supported since UGENE v. 34.0

ugene's People

Contributors

yalgaer avatar atiunov avatar rasputinkirill avatar ggrekhov avatar dmitriisukhomlinov avatar epushkova avatar vmalin avatar dkandrov avatar iprotsyuk avatar smlnkcv avatar vaskinyy avatar mfursov avatar ichebyki avatar uniprougene avatar evelinabiserova avatar varlax77 avatar shutovilya avatar alekseydurachenko avatar danfe avatar gordey4doronin avatar kkofler avatar cpt1gl0 avatar igrche avatar kojix2 avatar oigl 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.