GithubHelp home page GithubHelp logo

jjwesker10 / ugene Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ugeneunipro/ugene

0.0 0.0 0.0 181.12 MB

UGENE is free open-source cross-platform bioinformatics software

Home Page: http://ugene.net

License: GNU General Public License v2.0

Shell 0.22% JavaScript 0.78% C++ 87.09% Python 0.12% C 0.39% Assembly 0.01% Objective-C++ 0.01% HTML 0.03% QMake 0.79% NSIS 0.04% CMake 0.05% Batchfile 0.02% Roff 10.47%

ugene's Introduction

UGENE

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

Building UGENE

Prerequisites

Qt (>= 5.12.0 and <= 5.15.x) with the following components installed with Qt installer:

  • Desktop
  • QtScript

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:

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

For *nix users:

To build and install UGENE on *nix:

  1. qmake -r PREFIX=/opt/ugene-${VERSION}.
  2. make -j 4
  3. sudo make install
  4. sudo ln -s /opt/ugene-${VERSION}/ugene /usr/bin
  5. ugene -ui

Note: you do not need 'sudo' if you select your own folder for the installation.

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 evelinabiserova avatar uniprougene avatar varlax77 avatar starling13 avatar shutovilya avatar alekseydurachenko avatar danfe avatar gordey4doronin avatar kkofler avatar serkan-maker 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.