From c5722d8bac2350e8f787968cb4f835dad5ba960a Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Tue, 12 Jun 2012 19:11:03 +0000
Subject: [PATCH] formatting changes

---
 docs/pipelines/fasta.html    |  4 ++--
 docs/pipelines/fasta.textile | 17 ++++-------------
 2 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/docs/pipelines/fasta.html b/docs/pipelines/fasta.html
index 7bebcc3df2..4cbd7a12fa 100644
--- a/docs/pipelines/fasta.html
+++ b/docs/pipelines/fasta.html
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body><h1 id="FASTAPipeline">FASTA Pipeline</h1><p>This is a re-implementation of an existing pipeline developed originally by<br/>core and the webteam. The new version uses eHive, so familiarity with this<br/>system is essential, and has been written to use as little memory as possible.</p><h2 id="TheRegistryFile">The Registry File</h2><p>This is the way we retrieve the database connections to work with. The<br/>registry file should specify:</p><ul><li>The core (and any other) databases to dump from</li><li>A production database<ul><li><strong>species = multi</strong></li><li><strong>group = production</strong></li><li>Used to find which species require new DNA</li></ul></li><li>A web database<ul><li><strong>species = multi</strong></li><li><strong>group = web</strong></li><li>Used to name BLAT index files</li></ul></li></ul><p>Here is an example of a file for v67 of Ensembl. Note the use of the<br/>Registry object within a registry file and the scoping of the package. If<br/>you omit the <strong>-db_version</strong> parameter and only use HEAD checkouts of Ensembl<br/>then this will automatically select the latest version of the API. Any<br/>change to version here must be reflected in the configuration file.</p><pre><code>	package Reg;
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body><h1 id="FASTAPipeline">FASTA Pipeline</h1><p>This is a re-implementation of an existing pipeline developed originally by core and the webteam. The new version uses eHive, so familiarity with this system is essential, and has been written to use as little memory as possible.</p><h2 id="TheRegistryFile">The Registry File</h2><p>This is the way we retrieve the database connections to work with. The registry file should specify:</p><ul><li>The core (and any other) databases to dump from</li><li>A production database<ul><li><strong>species = multi</strong></li><li><strong>group = production</strong></li><li>Used to find which species require new DNA</li></ul></li><li>A web database<ul><li><strong>species = multi</strong></li><li><strong>group = web</strong></li><li>Used to name BLAT index files</li></ul></li></ul><p>Here is an example of a file for v67 of Ensembl. Note the use of the Registry object within a registry file and the scoping of the package. If you omit the <strong>-db_version</strong> parameter and only use HEAD checkouts of Ensembl then this will automatically select the latest version of the API. Any change to version here must be reflected in the configuration file.</p><pre><code>	package Reg;
 	use Bio::EnsEMBL::Registry;
 	use Bio::EnsEMBL::DBSQL::DBAdaptor;
 	Bio::EnsEMBL::Registry-&gt;no_version_check(1);
@@ -39,7 +39,7 @@
 	  );
 	}
 	1;
-</code></pre><p>You give the registry to the <strong>init_pipeline.pl</strong> script via the <strong>-registry</strong> option</p><h2 id="OverridingDefaultsUsingaNewConfigFile">Overriding Defaults Using a New Config File </h2><p>We recommend if you have a number of parameters which do not change<br/>between releases to create a configuration file which inherits from the<br/>root config file e.g.</p><pre><code>	package MyCnf;
+</code></pre><p>You give the registry to the <strong>init_pipeline.pl</strong> script via the <strong>-registry</strong> option</p><h2 id="OverridingDefaultsUsingaNewConfigFile">Overriding Defaults Using a New Config File </h2><p>We recommend if you have a number of parameters which do not change between releases to create a configuration file which inherits from the root config file e.g.</p><pre><code>	package MyCnf;
 	use base qw/Bio::EnsEMBL::Pipeline::FASTA::FASTA_conf/;
 	sub default_options {
 	  my ($self) = @_;
diff --git a/docs/pipelines/fasta.textile b/docs/pipelines/fasta.textile
index 0036a7a3cd..a8ddfe03d4 100644
--- a/docs/pipelines/fasta.textile
+++ b/docs/pipelines/fasta.textile
@@ -1,13 +1,10 @@
 h1. FASTA Pipeline
 
-This is a re-implementation of an existing pipeline developed originally by
-core and the webteam. The new version uses eHive, so familiarity with this
-system is essential, and has been written to use as little memory as possible.
+This is a re-implementation of an existing pipeline developed originally by core and the webteam. The new version uses eHive, so familiarity with this system is essential, and has been written to use as little memory as possible.
 
 h2. The Registry File
 
-This is the way we retrieve the database connections to work with. The
-registry file should specify:
+This is the way we retrieve the database connections to work with. The registry file should specify:
 
 * The core (and any other) databases to dump from
 * A production database
@@ -19,11 +16,7 @@ registry file should specify:
 ** *group = web*
 ** Used to name BLAT index files
 
-Here is an example of a file for v67 of Ensembl. Note the use of the
-Registry object within a registry file and the scoping of the package. If
-you omit the *-db_version* parameter and only use HEAD checkouts of Ensembl
-then this will automatically select the latest version of the API. Any
-change to version here must be reflected in the configuration file.
+Here is an example of a file for v67 of Ensembl. Note the use of the Registry object within a registry file and the scoping of the package. If you omit the *-db_version* parameter and only use HEAD checkouts of Ensembl then this will automatically select the latest version of the API. Any change to version here must be reflected in the configuration file.
 
 bc. 
 	package Reg;
@@ -72,9 +65,7 @@ You give the registry to the *init_pipeline.pl* script via the *-registry* optio
 
 h2. Overriding Defaults Using a New Config File 
 
-We recommend if you have a number of parameters which do not change
-between releases to create a configuration file which inherits from the
-root config file e.g.
+We recommend if you have a number of parameters which do not change between releases to create a configuration file which inherits from the root config file e.g.
 
 bc. 
 	package MyCnf;
-- 
GitLab