Results for "Install"

Tags

  • How to install Perl modules on Mac OS X in easy steps !!

    Today at work, I learned how to install Perl modules using CPAN. It’s a lot easier than I thought. You see, for the past couple of years, I’ve been a bit frustrated because OS X does not come with a whole lot of Perl modules pre-installed, and for all I googled, I couldn’t...

    Tags: Bioinformatics, Perl, Mac, MacOSX, Modules, Install, CPAN

    2745 days ago

  • Installing Perl environment on Linux

    By using plenv, you can easily install and switch among different version of Perl. This will be installed under your home directory in~/.plenv. Install latest Perl (with supporting multithreading) and CPANMinus. $ cd $ git clone git://github.com/tokuhirom/plenv.git ~/.plenv $ git clon...

    Tags: Install, Perl, environment, Linux, plenv, CPAN, CPANMinus

    2313 days ago

  • Installing Bandage on Ubunty !

    The following instructions successfully build Bandage (https://github.com/rrwick/Bandage ) on a fresh installation of Ubuntu 14.04: Ensure the package lists are up-to-date: sudo apt-get update Install prerequisite packages: sudo apt-get install build-essential git qtbase5-dev libqt5...

    Tags: Install, Bandage, Ubuntu, Linux, Make, Tools, Genome, Assembly

    2180 days ago

  • Install ImageMagick from Unix Source

    ImageMagick builds on a variety of Unix and Unix-like operating systems including Linux, Solaris, FreeBSD, Mac OS X, and others. A compiler is required and fortunately almost all modern Unix systems have one. Download ImageMagick.tar.gzfrom www.imagemagick.org or a mirrors&nbs...

    Tags: Install, ImageMagick, Unix, Source

    2137 days ago