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

This page was last updated on Tuesday, 20-Dec-2016 14:44:24 CST

Installation notes for TreeGraph2 version xxx

Home Page

Prerequisites

java

Installation

  1. $ ver="2.11.1-654_beta"
  2. $ cd /programinstallers/
  3. Link obfuscated, I had to download by web browser
  4. $ sudo mkdir /usr/local/bin/treegraph2 && sudo chmod 777 /usr/local/bin/treegraph2
  5. $ cd /usr/local/bin/treegraph2
  6. $ unzip /programinstallers/TreeGraph_$ver.zip
  7. $ rm TreeGraph.exe
  8. Make a program launcher
    $ sudo nano /usr/share/applications/Bioinformatics/TreeGraph2.desktop
    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Version=1.0
    Type=Application
    Terminal=false
    Exec=java -jar /usr/local/bin/treegraph2/TreeGraph.jar
    Name=TreeGraph2
    Comment=A graphical editor for phylogenetic trees
    Icon=/usr/local/bin/treegraph2/icons/TreeGraph.ico
    Categories=Bioinformatics