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

This page was last updated on Friday, 06-Jan-2017 13:47:08 CST

Installation notes for Tassel Standalone version xxx

Home Page

Prerequisites

git

  1. $ sudo apt-get install git

Installation: Tassel5

  1. $ cd /usr/local/bin/
  2. Either this command for initial installation:
    $ git clone https://bitbucket.org/tasseladmin/tassel-5-standalone.git
    Or this command to update to current version:
    $ cd tassel-5-standalone/ && git pull && cd ..
  3. Add to default PATH for all users
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/tassel-5-standalone"
  4. If java 8 is not the default, edit the start_tassel.pl final line to specify the java path explicitly, e.g.
    my $java = "/usr/lib/jvm/java-8-oracle/jre/bin/java";
    exit(system "$java -classpath '$CP' $java_mem_min 

Installation: Tassel4

  1. $ cd /usr/local/bin/
  2. Either this command for initial installation:
    $ git clone git://git.code.sf.net/p/tassel/tassel4-standalone
    Or this command to update to current version:
    $ cd tassel4-standalone/ && git pull && cd ..
  3. Add to default PATH for all users
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/tassel4-standalone"