Skip to content
Snippets Groups Projects
Select Git revision
  • f3c18d0c1e0cd9daad8f47d74bf40e48bc4b0d46
  • master default protected
  • gh-pages
  • build-process-upgrade-merge
  • eb-apollo-generate_names
  • BT5_travis
  • hello_github
  • v18.1.0
  • v18.0.3
  • v18.0.2
  • v18.0.1
  • v18.0.0
  • v18.0.0-RC1
  • v17.0.1
  • v17.0.0
  • v16.0.17
  • v16.0.0
  • v15.0.0
  • v14.0.0
  • v13.2.0
20 results

INSTALL

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