Skip to content
Snippets Groups Projects
Select Git revision
  • 4f56b9fc7e698c0cfb19d898e089ff0bb7c8c08c
  • master default protected
  • rails-geocoder
  • rails2
  • v1.5.1
  • v1.5.0
  • v1.4.9
  • v1.4.8
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • remove
  • v1.4.4
  • v1.4.3
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
24 results

google_new_york

Blame
  • INSTALL 974 B
    
    Installation instructions for UNIX
    
       1. change to /some/directory
    
       2. uncompress and untar the artemis_compiled.tar.gz file
          On UNIX the command is:   gzip -d < artemis_compiled.tar.gz | tar xf -
    
    
    This will create a "artemis" directory containing all the java classes.  On
    Unix the easiest way to run the program is to run the script called art in the
    diana directory:
    
        /some/directory/artemis/art
    
    If all goes well you will be presented with a small window with two
    menus.  From the File menu you can open a flat file containing an
    entry.  If it reads the entry successfully a new window will open,
    which shows the sequence and features for the entry.
    
    ====================================================================
    
    Installation instructions for GitHub download
    
       1. Download:
          git clone http://github.com/sanger-pathogens/Artemis.git
       2. Compile the code:
          cd Artemis
          make
       3. Run Artemis:
          ./art
          or ACT:
          ./act