Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
089afc92
Commit
089afc92
authored
Apr 24, 2012
by
Andy Yates
Browse files
Forgot the environment variables which is always needed
parent
3163615b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
docs/pipelines/fasta.html
docs/pipelines/fasta.html
+14
-0
docs/pipelines/fasta.markdown
docs/pipelines/fasta.markdown
+12
-0
No files found.
docs/pipelines/fasta.html
View file @
089afc92
...
...
@@ -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>
...
...
docs/pipelines/fasta.markdown
View file @
089afc92
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment