Skip to content
Snippets Groups Projects
Commit 089afc92 authored by Andy Yates's avatar Andy Yates
Browse files

Forgot the environment variables which is always needed

parent 3163615b
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,20 @@ sub default_options {
<li>xdformat (if not using a custom location)</li>
</ul>
<h3 id="ensembl_cvs_root_dir">ENSEMBL_CVS_ROOT_DIR</h3>
<p>Set to the base checkout of Ensembl. We should be able to add <em>ensembl-hive/sql</em> onto this path to find the SQL directory for hive e.g.</p>
<pre><code>export ENSEMBL_CVS_ROOT_DIR=$HOME/work/ensembl-checkouts
</code></pre>
<h3 id="ensadmin_psw">ENSADMIN_PSW</h3>
<p>Give the password to use to log into a database server e.g.</p>
<pre><code>export ENSADMIN_PSW=wibble
</code></pre>
<h2 id="example_commands">Example Commands</h2>
<h3 id="to_load_use_normally">To load use normally:</h3>
......
......@@ -112,6 +112,18 @@ If you do override the config then you should use the package name for your over
* faToTwoBit (if not using a custom location)
* xdformat (if not using a custom location)
### ENSEMBL\_CVS\_ROOT\_DIR
Set to the base checkout of Ensembl. We should be able to add *ensembl-hive/sql* onto this path to find the SQL directory for hive e.g.
export ENSEMBL_CVS_ROOT_DIR=$HOME/work/ensembl-checkouts
### ENSADMIN\_PSW
Give the password to use to log into a database server e.g.
export ENSADMIN_PSW=wibble
## Example Commands
### To load use normally:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment