Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Friday, 02-Dec-2016 12:50:46 CST

Installation notes for Artemis version 16.0.11

Home Page

Prerequisites

java

Installation

  1. $ ver="16.0.11"
  2. $ cd /programinstallers/
  3. $ wget -N ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/v$ver/artemis_compiled_v$ver.tar.gz
  4. $ cd /usr/local/bin/
  5. $ tar -zxvf /programinstallers/artemis_compiled_v$ver.tar.gz
  6. Make a launcher
    $ sudo nano /usr/share/applications/Bioinformatics/artemis.desktop
  7. Add this text:
    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Version=1.0
    Type=Application
    Terminal=false
    Exec=/usr/local/bin/artemis/art
    Path=/usr/local/bin/artemis
    Name=Artemis
    Comment=DNA sequence viewer and annotation tool
    Icon=/
    Categories=Bioinformatics