Skip to content
Snippets Groups Projects
Select Git revision
  • 352518a3bcacbc5204782d4422961e47f37a66e8
  • 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

setenv

Blame
  • user avatar
    “kpepper” authored
    Changed EBI DbFetch code so that the function works again. Added latest picard jar. More work on CRAM file loading. Updated/added scripts for application start. Small tweaks to makefile/ant. Removed gff2embl and gene_builder. Recreated evosuite tests.
    c743a79e
    History
    setenv 864 B
    #!/bin/bash
    
    ##################################################
    # Script that can be used to set up specific     #
    # environment variables for Artemis and related  #
    # applications.                                  #
    # Uncomment as required and run before startup.  #
    #                                                #
    ##################################################
    
    #
    # Set the location of a specific JRE to use
    # for all Artemis related applications.
    #
    #export ARTEMIS_JAVA_JRE=
    
    #
    # Set specific java JVM flags for memory management etc.
    #
    #export ARTEMIS_JVM_FLAGS=
    
    #
    # Chado database connectivity.
    #
    #export PGHOST=
    #export PGPORT=
    #export PGDATABASE=
    #export PGUSER=
    
    #
    # Specify locally installed Blast databases,
    # e.g. /data/blastdb/Supported/UNIPROT/current:/data/blastdb/Supported/EMBL/current/con etc
    #
    #export BLASTDB=