<?php # $Id: index.php,v 1.2 2006/01/05 10:46:35 gmaster Exp gmaster $
#
$BASE_DIR=$_SERVER["DOCUMENT_ROOT"];
$CODE_DIR=$BASE_DIR.'/lib';
require($BASE_DIR.'/bc.php');
require($BASE_DIR.'/genepredictions/bc.php');
require($CODE_DIR.'/Genome.php');
#
#
$add_style=<<<EOH
 <style type="text/css" title="Genome">
.gptot {
 float: left;
}
.gptoc {
 border: 1px solid #009F9F;
 vertical-align: top;
 /* float: left; */
}
.geneid {
 float: left;
 margin: 0px;
 margin-top: 5px;
 margin-left: 10px;
 width: 380px;
}
.sgp {
 float: left;
 margin: 0px;
 margin-top: 5px;
 margin-left: 10px;
 width: 380px;
}
.gpset {
 border: 1px dotted black;
 margin-top: 5px;
}
 </style>
EOH;
#
function makenewset()
{
  # USAGE:
  #        $genome=<<<EOH
  #        EOH;
  #        $version='';
  #        $param='';
  #        $preds='';
  #        makenewset();
  global $BASE_URL, $setnum, $genome, $program, $version, $param, $preds;
  echo '<div class="gpset"'.($setnum++ == 0 ? ' style="background: #FFDD00;"' : '').'>';
  $preds=hrefs($BASE_URL.'/'.$preds,'Follow this link');
  echo <<<EOT
<hr class="alt" />
<table>
<tr valign="top"><th width="100px" align="right">Genome&nbsp;Version:</th><td>$genome</td></tr>
<tr valign="top"><th width="100px" align="right"><tt>$program</tt>&nbsp;Version:</th><td>$version</td></tr>
<tr valign="top"><th width="100px" align="right">Parameter&nbsp;File:</th><td>$param</td></tr>
<tr valign="top"><th width="100px" align="right">Predictions&nbsp;Set:</th><td>$preds</td></tr>
</table>
<hr class="alt" />
EOT;
  echo '</div>';
} # makenewset
#
function makenewpwset()
{
  # USAGE:
  #        $Qspecies='';
  #        $Qgenome=<<<EOH
  #        EOH;
  #        $Tspecies='';
  #        $Tgenome=<<<EOH
  #        EOH;
  #        $version='';
  #        $param='';
  #        $preds='';
  #        makenewset();
  global $BASE_URL, $setnum, $Qgenome, $Qspecies, $Tgenome, $Tspecies, $program, $version, $param, $preds;
  echo '<div class="gpset"'.($setnum++ == 0 ? ' style="background: #FFDD00;"' : '').'>';
  $preds=hrefs($BASE_URL.'/'.$preds,'Follow this link');
  echo <<<EOT
<hr class="alt" />
<table>
<tr valign="top"><th width="100px" align="right">Genome&nbsp;Versions:</th>
                 <td> <b>&lt;$Qspecies&gt;</b> $Qgenome <br /> <b>&lt;$Tspecies&gt;</b> $Tgenome </td></tr>
<tr valign="top"><th width="100px" align="right"><tt>$program</tt>&nbsp;Version</th><td>$version</td></tr>
<tr valign="top"><th width="100px" align="right">Parameter&nbsp;File:</th><td>$param</td></tr>
<tr valign="top"><th width="100px" align="right">Predictions&nbsp;Set:</th><td>$preds</td></tr>
</table>
<hr class="alt" />
EOT;
  echo '</div>';
} # makenewpwset

#
function sorry()
{
  global $program;
  echo "<div class='gpset'><p style='text-align: center;'><big> Sorry, no <tt>$program</tt> results <br /> available for this species. </big></p></div>";
} # sorry
#
the_header('Precomputed Gene Predictions on Whole Genome Sequences',
           'geneid, gene prediction, genome sequence annotation, gene prediction on genomic sequences, computational gene annotation, golden path, ensembl, human genome, chimp genome, rat genome, mouse genome, fly genome, fungal genomes',
	   'PRECOMPUTED GENE PREDICTIONS on WHOLE GENOME SEQUENCES',$add_style);
?>

<?php the_title('GENE PREDICTIONS on WHOLE GENOMES'); ?>

<?php hsubsec('Summary','SUM'); ?>

<p> The predictions available on this page have been obtained by using the gene-finding software <a href="/software/geneid/index.html"><tt>geneid</tt></a> and <a href="/software/sgp2/index.html"><tt>SGP2</tt></a>. <tt>SGP2</tt> combines <tt>geneid</tt> predictions with <tt>tblastx</tt> comparison of a query genome from one species (i.e. human) against an informant genome of another species (i.e. from mouse). </p>

<?php hsubsec('Contents','TOC'); ?>

<p> Available precomputed whole-genome prediction data sets: </p>

<div align="center">
<table align="center">
<tr>
<td class="gptoc" width="550px" align="center" rowspan="2">
<h3> <big><b>Vertebrates</b></big> </h3>
<div class="gptot">
<?php echo csli(cstxt('<i>Homo sapiens</i>','HSAPIENS',
		      csli('<small><tt>geneid</tt></small>','HSAPgeneid',
			   '<small><tt>SGP2</tt> : Human vs Mouse</small>','HSAPsgpmouse',
			   '<small><tt>SGP2</tt> : Human vs Rat</small>',  'HSAPsgprat'),''
                      ),'', # HSAPIENS
		cstxt('<i>Rattus norvegicus</i>','RNORVEGICUS',
		      csli('<small><tt>geneid</tt></small>','RNORgeneid',
			   '<small><tt>SGP2</tt> : Rat vs Human</small>','RNORsgp'),''
                      ),'', # RNORVEGICUS
		cstxt('<i>Mus musculus</i>','MMUSCULUS',
		      csli('<small><tt>geneid</tt></small>','MMUSgeneid',
			   '<small><tt>SGP2</tt> : Mouse vs Human</small>','MMUSsgp'),''
                      ),'', # RNORVEGICUS
		cstxt('<i>Bos taurus</i>','BTAURUS',
		      csli('<small><tt>geneid</tt></small>','BTAUgeneid',
			   '<small><tt>SGP2</tt> : Cow vs Mouse</small>','BTAUsgp'),''
                      ),'' # BTAURUS
		); ?>
</div>
<div class="gptot">
<?php echo csli(cstxt('<i>Gallus gallus</i>','GGALLUS',
		      csli('<small><tt>geneid</tt></small>','GGALgeneid',
			   '<small><tt>SGP2</tt> : Chicken vs Human</small>','GGALsgphuman',
			   '<small><tt>SGP2</tt> : Chicken vs Cow</small>','GGALsgpcow',
			   '<small><tt>SGP2</tt> : Chicken vs Human+Cow</small>','GGALsgp'),''
                      ),'',  # GGALLUS
		'<i>Pan troglodytes</i>','PTROGLODYTES',
		cstxt('<i>Felis catus</i>','FCATUS',
		      csli('<small><tt>geneid</tt></small>','FCATgeneid',
			   '<small><tt>SGP2</tt> : Cat vs Mouse</small>','FCATsgp'),''
                      ),'', # FCATUS
                cstxt('<i>Equus caballus</i>','ECABALLUS',
		      csli('<small><tt>geneid</tt></small>','ECABALLUSgeneid',
			   '<small><tt>SGP2</tt> : Horse vs Mouse</small>','ECABALLUSsgp'),''
                      ),'', # ECABALLUS
                cstxt('<i>Macaca mulatta</i>','MMULATTA',
		      csli('<small><tt>geneid</tt></small>','MMULATTAgeneid',
			   '<small><tt>SGP2</tt> : Rhesus Monkey vs Mouse</small>','MMULATTAsgp'),''
                      ),'', # MMULATTA
		'<i>Cavia porcellus</i>','CPORCELLUS',
		'<i>Loxodonta africana</i>','LAFRICANA',
		'<i>Oryctolagus cuniculus</i>','OCUNICULUS',
		'<i>Dasypus novemcinctus</i>','DNOVEMCINCTUS',
		'<i>Echinops telfairi</i>','ETELFAIRI',
		'<i>Petromyzon marinus</i>','PMARINUS',
		'<i>Branchiostoma floridae</i>','BFLORIDAE',
		'<i>Tetraodon nigroviridis</i>','TNIGROVIRIDIS'
		); ?>
</div>
</td>
<td class="gptoc" width="250px" align="center">
<h3> <big><b>Invertebrates</b></big> </h3>
<?php echo csli('<i>Drosophila melanogaster</i>','DMELANOGASTER',
		'<i>Drosophila simulans</i>','DSIMULANS',
		'<i>Drosophila mojavensis</i>','DMOJAVENSIS',
		'<i>Drosophila pseudoobscura</i>','DPSEUDOOBSCURA',
		'<i>Drosophila ananassae</i>','DANANASSAE',
		'<i>Drosophila yakuba</i>','DYAKUBA',
		'<i>Drosophila virilis</i>','DVIRILIS',
		'<i>Anopheles gambiae</i>','AGAMBIAE',
		'<i>Apis mellifera</i>','AMELLIFERA',
		'<i>Caenorhabditis elegans</i>','CELEGANS'
		); ?>
</td></tr><tr>
<td class="gptoc" width="250px" align="center">
<h3> <big><b>Forthcoming</b></big> </h3>
<?php echo csli('<i>Fugu rubripes</i>','FRUBRIPES',
		'<i>Dictyostelium discoideum</i>','DDISCOIDEUM'
		); ?>
</td>
</tr>
</table>
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Homo sapiens</i>','HSAPIENS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','HSAPgeneid');
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg38/chromosomes"><b>goldenPath</b></a>.  December 2013 hg38 human genome assembly (GRCh38).  Predictions were obtained on the masked version of the genome.
EOH;
$version='<a href="ftp://genome.imim.es/pub/software/geneid/geneid_v1.4.4.Jan_13_2011.tar.gz">version_1.4</a>.';
$param='human3iso.param';
$preds='H.sapiens/hg38/geneid_v1.4';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/chromosomes"><b>goldenPath</b></a>.  March 2006 hg19 human genome assembly (GRCh37).  Predictions were obtained on the masked version of the genome.
EOH;
$version='<a href="ftp://genome.imim.es/pub/software/geneid/">version_1.3</a>.';
$param='human3iso.param';
$preds='H.sapiens/golden_path_200902/geneid_v1.3/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes"><b>goldenPath</b></a>.  March 2006 hg18 human genome assembly (NCBI Build 36).  Predictions were obtained on the masked version of the genome.
EOH;
$version='<a href="ftp://genome.imim.es/pub/software/geneid/">version_1.2</a>.';
$param='human3iso20060220.param';
$preds='H.sapiens/golden_path_200603/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a>.  May 2004 hg17 human genome assembly (NCBI Build 35).  Predictions were obtained on the masked version of the genome.
EOH;
$version='<a href="ftp://genome.imim.es/pub/software/geneid/">version_1.2</a>.';
$param='human3iso.param';
$preds='H.sapiens/golden_path_200405/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg16/chromosomes"><b>goldenPath</b></a>.  July 2003 hg16 human genome assembly (NCBI Build 34).  Predictions were obtained on the masked version of the genome.
EOH;
$version='<a href="ftp://genome.imim.es/pub/software/geneid/">version_1.1</a>';
$param='human3iso.param';
$preds='H.sapiens/golden_path_200307/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a>.  April 2003 hg15 human genome assembly (NCBI Build 33).  Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20030410/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (November 14, 2002).  November 2002 hg13 human genome assembly (NCBI Build 31).  Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20021114/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/28jun2002/chromosomes"><b>goldenPath</b></a> (June 28, 2002).  June 2002 hg12 human genome assembly (NCBI Build 30).  Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20020628/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/05apr2002/chromosomes"><b>goldenPath</b></a> (April 5, 2002).  April 2002 hg11 human genome assembly (NCBI Build 29).  Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20020405/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/22dec2001/chromosomes/"><b>goldenPath</b></a> (December 22, 2001). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20011222/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/human-8.30/data/fasta/dna/"><b>Ensembl 8_30</b></a> (September 2, 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/ensembl_8_30/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/human-7.29/data/fasta/dna/"><b>Ensembl 7_29</b></a> (July 1, 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/ensembl_4_28/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/human-4.28/data/fasta/dna/"><b>Ensembl 4_28</b></a> (March 7, 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='H.sapiens/ensembl_4_28/geneid_v1.1/';
makenewset();
## 
?>
<p>&nbsp;</p>
<?php ######################################################################
##
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Human vs Rat </big>','HSAPsgprat');
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a> (hg15, April 2003).
EOH;
$Tspecies='Rat';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/rnJun2003/chromosomes/"><b>goldenPath</b></a> (rnJun2003, June, 2003). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg15) against the Rat genome (rn3.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20030410_x_rat3.1/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a> (hg15, April 2003).
EOH;
$Tspecies='Rat';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/rnJan2003/chromosomes/"><b>goldenPath</b></a> (rnJan2003, January, 2003). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg15) against the Rat genome (rn2.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20030410_x_rat2003/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (hg13, November 14, 2002).
EOH;
$Tspecies='Rat';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/rnJan2003/chromosomes/"><b>goldenPath</b></a> (rnJan2003, January, 2003).  <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg15) against the Rat genome (rn2.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20021114_x_rat2003/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/28jun2002/chromosomes"><b>goldenPath</b></a> (hg12, June 28, 2002).
EOH;
$Tspecies='Rat';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/rnNov2002/chromosomes/"><b>goldenPath</b></a> (rnNov2002, November, 2002). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg12) against the Rat genome (rn2.0).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20020628_x_rat/SGP/';
makenewpwset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Human vs Mouse </big>','HSAPsgpmouse');
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg38/chromosomes/"><b>goldenPath</b></a> (hg38, December 2013). <!-- golden_path_201312 -->
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm10/bigZips/"><b>goldenPath</b></a> (mm10, December 2011). <!-- mmDec2011-201112mm10 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg38) against the Mouse genome (mm10).
EOH;
$version='<tt>geneid</tt> version_1.4';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/hg38_x_mm10/SGP';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/chromosomes/"><b>goldenPath</b></a> (hg19, February 2009). <!-- golden_path_200902 -->
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm9/bigZips/"><b>goldenPath</b></a> (mm9, July 2007). <!-- mmJul2007-200707mm9 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg19) against the Mouse genome (mm9).
EOH;
$version='<tt>geneid</tt> version_1.3';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200902_x_mm9/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes/"><b>goldenPath</b></a> (hg18, March 2006). <!-- golden_path_200603 -->
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm9/bigZips/"><b>goldenPath</b></a> (mm9, July 2007). <!-- mmJul2007-200707mm9 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg18) against the Mouse genome (mm9).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200603_x_mm9/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes/"><b>goldenPath</b></a> (hg18, March 2006). <!-- golden_path_200603 -->
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March 2006). <!-- mmMar2006-200603mm8 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg18) against the Mouse genome (mm8).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200603_x_mm8/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes/"><b>goldenPath</b></a> (hg18, March, 2006). <!-- golden_path_200603 -->
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm7/bigZips/"><b>goldenPath</b></a> (mm7, Aug 2005). <!-- mmAug2005-200508mm7 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg18) against the Mouse genome (mm7).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200603/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes/"><b>goldenPath</b></a> (hg17, May 2004).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm7/bigZips/"><b>goldenPath</b></a> (mm7, Aug 2005). <!-- mmAug2005-200508mm7 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg17) against the Mouse genome (mm7).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200405_x_mm7/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes/"><b>goldenPath</b></a> (hg17, May 2004).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm6/bigZips/"><b>goldenPath</b></a> (mm6, March 2005). <!-- mmMar2005-200503mm6 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg17) against the Mouse genome (mm6).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200405_x_mm6/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes/"><b>goldenPath</b></a> (hg17, May 2004).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm5/bigZips/"><b>goldenPath</b></a> (mm5, May 2004). <!-- mmMay2004-200405mm5 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg17) against the Mouse genome (mm5).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='H.sapiens/golden_path_200405/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg16/chromosomes/"><b>goldenPath</b></a> (hg16, July 2003).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm4/bigZips/"><b>goldenPath</b></a> (mm4, November 2003). <!-- mmNov2003-200310mm4 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg16) against the Mouse genome (mm4).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_200307_x_mm4/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg16/chromosomes/"><b>goldenPath</b></a> (hg16, July 2003).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg16) against the Mouse genome (mm3.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_200307/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a> (hg15, April 2003).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg15) against the Mouse genome (mm3.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20030410/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (hg13, November 14, 2002).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg13) against the Mouse genome (mm3.1).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20021114/SGP_mm2003/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (hg13, November 14, 2002).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002 --> <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg13) against the Mouse genome (mm3).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20021114/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/28jun2002/chromosomes"><b>goldenPath</b></a> (hg12, June 28, 2002).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 --> <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome (hg12) against the Mouse genome (mm3).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='/H.sapiens/golden_path_20020628/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/22dec2001/chromosomes/"><b>goldenPath</b></a> (December 22, 2001).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 --> <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome against the Mouse genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20011222/SGP/';
makenewpwset();
##
$Qspecies='Human';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/06aug2001/chromosomes"><b>goldenPath</b></a> (August 6, 2001).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href=""><b>sanger_phusion_20011109</b></a> (9th of November 2001). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Human genome against the Mouse genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='H.sapiens/golden_path_20010806/SGP/';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Mus musculus</i>','MMUSCULUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','MMUSgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm10/bigZips/"><b>goldenPath</b></a> (mm10, Dec 2011). <!-- mmDec2011-201112mm10 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm10 version of the mouse genome assembly.
EOH;
$version='version_1.4';
$param='human3iso.param';
$preds='M.musculus/mm10/geneid_v1.4';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm9/bigZips/"><b>goldenPath</b></a> (mm9, July 2007). <!-- mmJul2007-200707mm9 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm9 version of the mouse genome assembly.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='M.musculus/mmJul2007/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March 2006). <!-- mmMar2006-200603mm8 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm8 version of the mouse genome assembly.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='M.musculus/mmMar2006/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm7/bigZips/"><b>goldenPath</b></a> (mm7, August 2005). <!-- mmAug2005-200508mm7 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm7 version of the mouse genome assembly.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='M.musculus/mmDec2005/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm6/bigZips/"><b>goldenPath</b></a> (mm6, March 2005). <!-- mmMar2005-200503mm6 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm6 version of the mouse genome assembly.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='M.musculus/mmMar2005/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm5/bigZips/"><b>goldenPath</b></a> (mm5, May 2004). <!-- mmMay2004-200405mm5 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm5 version of the mouse genome assembly.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='M.musculus/mmMay2004/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm4/bigZips/"><b>goldenPath</b></a> (mm4, November 2003). <!-- mmNov2003-200310mm4 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm4 version of the mouse genome assembly.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmOct2003/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm3.1 version of the mouse genome assembly. 
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2003/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 --> Predictions were obtained on the masked version of the genome. These are the predictions for the mm2 version of the mouse genome assembly.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2002/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/mouse-5.3/data/fasta/dna/"><b>Ensembl 5_3</b></a> (1st of May 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='M.musculus/ensembl_5_3/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/mouse-4.1/data/fasta/dna/"><b>Ensembl 4_1</b></a> (7th of March 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='M.musculus/ensembl_4_1/geneid_v1.1/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Mouse vs Human </big>','MMUSsgp');
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm10/bigZips/"><b>goldenPath</b></a> (mm10, Dec 2011). <!-- mmDec2011 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg38/chromosomes"><b>goldenPath</b></a>.  December 2013 hg38 human genome assembly. <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm10) against the Human genome (hg38).
EOH;
$version='<tt>geneid</tt> version_1.4';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mm10/SGP2/hg38';
makenewpwset();
##
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm9/bigZips/"><b>goldenPath</b></a> (mm9, July 2007). <!-- mmJul2007-200707mm9 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes"><b>goldenPath</b></a>.  March 2006 hg18 human genome assembly (NCBI Build 36). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm9) against the Human genome (hg18).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmJul2007/SGP/humangp200603/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March 2006). <!-- mmMar2006-200603mm8 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes"><b>goldenPath</b></a>.  March 2006 hg18 human genome assembly (NCBI Build 36). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm8) against the Human genome (hg18).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmMar2006/SGP/humangp200603/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm7/bigZips/"><b>goldenPath</b></a> (mm7, August 2005). <!-- mmAug2005-200508mm7 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes"><b>goldenPath</b></a>.  March 2006 hg18 human genome assembly (NCBI Build 36). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm7) against the Human genome (hg18).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmDec2005/SGP/humangp200603/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm7/bigZips/"><b>goldenPath</b></a> (mm7, August 2005). <!-- mmAug2005-200508mm7 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a>.  May 2004 hg17 human genome assembly (NCBI Build 35). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm7) against the Human genome (hg17).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmDec2005/SGP/humangp200405/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm6/bigZips/"><b>goldenPath</b></a> (mm6, March 2005). <!-- mmMar2005-200503mm6 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a>.  May 2004 hg17 human genome assembly (NCBI Build 35). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm6) against the Human genome (hg17).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmMar2005/SGP/humangp200405/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm5/bigZips/"><b>goldenPath</b></a> (mm5, May 2004). <!-- mmMay2004-200405mm5 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a>.  May 2004 hg17 human genome assembly (NCBI Build 35). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm5) against the Human genome (hg17).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmMay2004/SGP/humangp200405/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm4/bigZips/"><b>goldenPath</b></a> (mm4, November 2003). <!-- mmNov2003-200310mm4 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg16/chromosomes"><b>goldenPath</b></a>.  July 2003 hg16 human genome assembly (NCBI Build 34). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm4) against the Human genome (hg16).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.sgp.Hs-Mm.param';
$preds='M.musculus/mmOct2003/SGP/humangp200307/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a>.  April 2003 hg15 human genome assembly (NCBI Build 33). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm3.1) against the Human genome (hg15).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2003/SGP/humangp20030410/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2003/bigZips/"><b>goldenPath</b></a> (February, 2003). <!-- mmFeb2003 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (November 14, 2002).  November 2002 hg13 human genome assembly (NCBI Build 31). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm3.1) against the Human genome (hg13).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2003/SGP/humangp20021114/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (November 14, 2002).  November 2002 hg13 human genome assembly (NCBI Build 31). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome (mm3) against the Human genome (hg13).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2002/SGP/humangp20021114/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/28jun2002/chromosomes"><b>goldenPath</b></a> (28th of June 2002).  June 2002 hg12 human genome assembly (NCBI Build 30). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Mouse genome (mm3) against the Human genome (hg12).
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2002/SGP/humangp20020628';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/22dec2001/chromosomes/"><b>goldenPath</b></a> (22nd of December 2001). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Mouse genome against the Human genome. <b>NOTE</b>: For <tt>SGP-evid</tt> predictions, coordinates of <tt>RefSeq</tt> genes were considered so that <tt>SGP2</tt> (<tt>geneid</tt>) would not make any predictions in those regions.  This allows for <tt>SGP2</tt> to make predictions between already known (<tt>RefSeq</tt>) genes with higher accuracy.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2002+evid/SGP/';
makenewpwset();
##
$Qspecies='Mouse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mmFeb2002/bigZips/"><b>goldenPath</b></a> (February, 2002). <!-- mmFeb2002-MGSCv3 -->
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/22dec2001/chromosomes/"><b>goldenPath</b></a> (22nd of December 2001). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the mouse genome against the Human genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='M.musculus/mmFeb2002/SGP/humangp20011222/';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Rattus norvegicus</i>','RNORVEGICUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','RNORgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn6/bigZips/"><b>goldenPath</b></a> (rnJul2014). Predictions were obtained on the masked version of the genome. These are the predictions for the Jul 2014 version (rn4) of the rat genome assembly.
EOH;
$version='version_1.4';
$param='human3iso.param';
$preds='R.norvegicus/rn6/geneid_v1.4';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn4/bigZips/"><b>goldenPath</b></a> (rnNov2004, Nov, 2004). Predictions were obtained on the masked version of the genome. These are the predictions for the Nov 2004 version (rn4) of the rat genome assembly.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='R.norvegicus/rnNov2004/geneid_v1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn3/bigZips/"><b>goldenPath</b></a> (rnJun2003, June, 2003). Predictions were obtained on the masked version of the genome. These are the predictions for the Jun 2003 version (3.1) of the rat genome assembly.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnJun2003/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn2/bigZips/"><b>goldenPath</b></a> (rnJan2003, January, 2003). Predictions were obtained on the masked version of the genome. These are the predictions for the Jan2003 version (2.1) of the rat genome assembly.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnJan2003/geneid_v1.1/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/rnNov2002/chromosomes/"><b>goldenPath</b></a> (rnNov2002, November, 2002). Predictions were obtained on the masked version of the genome. These are the predictions for the Nov2002 version (2.0) of the rat genome assembly.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnNov2002/geneid_v1.1/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Rat vs Human </big>','RNORsgp');
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn6/bigZips/"><b>goldenPath</b></a> (rnJul2014).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg38/chromosomes"><b>goldenPath</b></a>.  Dec 2013 hg38 human genome assembly. <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome (rn6)  against the Human (hg38) genome. 
EOH;
$version='<tt>geneid</tt> version_1.4';
$param='human3iso.sgp.Hs-Mm.param';
$preds='R.norvegicus/rn6/SGP2/hg38';
makenewpwset();
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn4/bigZips/"><b>goldenPath</b></a> (rnNov2004, November, 2004).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/chromosomes"><b>goldenPath</b></a>.  March 2006 hg18 human genome assembly (NCBI Build 36). <br /> Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome (rn4)  against the Human (hg18) genome. 
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm.param';
$preds='R.norvegicus/rnNov2004/SGP/humangp200603';
makenewpwset();
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rn3/bigZips/"><b>goldenPath</b></a> (rnJun2003, June, 2003).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a> (April 10, 2003). Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome against the Human genome. 
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnJun2003/SGP/humangp20030410';
makenewpwset();
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rnJan2003/bigZips/"><b>goldenPath</b></a> (rnJan2003, January, 2003).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/10april2003/chromosomes"><b>goldenPath</b></a> (10th of April  2003).  <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome against the Human genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnJan2003/SGP/humangp20030410';
makenewpwset();
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rnJan2003/bigZips/"><b>goldenPath</b></a> (rnJan2003, January, 2003).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/14nov2002/chromosomes"><b>goldenPath</b></a> (November 14, 2002). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome against the Human genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnJan2003/SGP/humangp20021114';
makenewpwset();
##
$Qspecies='Rat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rnNov2002/bigZips/"><b>goldenPath</b></a> (rnNov2002, November, 2002).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/28jun2002/chromosomes"><b>goldenPath</b></a> (June 28, 2002). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Rat genome against the Human genome.
EOH;
$version='<tt>geneid</tt> version_1.1';
$param='human3iso.param';
$preds='R.norvegicus/rnNov2002/SGP/humangp20020628';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Gallus gallus</i>','GGALLUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','GGALgeneid');
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/galGal2/chromosomes/"><b>goldenPath</b></a> (February, 2004). Predictions were obtained on the masked version of the genome. These are the predictions for the Feb.2004 version  of the Chicken genome assembly produced at the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University in St. Louis</a>.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='G.gallus/golden_path_200402/geneid_v1.1/';
makenewset();
##
?>
<p>&nbsp;</p>
<?php ######################################################################
##
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Chicken vs Human </big>','GGALsgphuman');
##
$Qspecies='Chicken';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/galGal2/chromosomes/"><b>goldenPath</b></a> (February, 2004). These are the predictions for the Feb.2004 version  of the Chicken genome assembly produced at the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University in St. Louis</a>.
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a>.  May 2004 hg17 human genome assembly (NCBI Build 35). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Chicken genome (ggalFeb2004) against the Human genome (hg17).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Gg-Hs.param';
$preds='G.gallus/golden_path_200402/SGP/humangp200405';
makenewpwset();
##
$Qspecies='Chicken';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/galGal2/chromosomes/"><b>goldenPath</b></a> (February, 2004). These are the predictions for the Feb.2004 version  of the Chicken genome assembly produced at the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University in St. Louis</a>.
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/hg16/chromosomes"><b>goldenPath</b></a>.  July 2003 hg16 human genome assembly (NCBI Build 34). <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Chicken genome (ggalFeb2004) against the Human genome (hg16).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Gg-Hs.param';
$preds='G.gallus/golden_path_200402/SGP/humangp200307';
makenewpwset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Chicken vs Human+Cow </big>','GGALsgp');
##
$Qspecies='Chicken';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/galGal2/chromosomes/"><b>goldenPath</b></a> (February, 2004). Predictions were obtained on the masked version of the genome. These are the predictions for the Feb.2004 version  of the Chicken genome assembly produced at the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University in St. Louis</a>.
EOH;
$Tspecies='Cow + Human';
$Tgenome=<<<EOH
<br /> <u>Cow</u>: <a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau2/chromosomes/"><b>goldenPath</b></a> (Btau2, March 2005). <br />
<u>Human</u>: <a href="http://hgdownload.cse.ucsc.edu/goldenPath/hg17/chromosomes"><b>goldenPath</b></a> (hg17-ncbi 35-May 2004). <br />
<b>NOTE</b>: These <tt>SGP2</tt> predictions combine <tt>geneid</tt> predictions with <tt>tblastx</tt> comparison of the Chicken genome (ggalFeb2004) against the Human and Cow genomes (SRs -similarity regions- i.e. homology evidences from both species to <i>G.gallus</i> were combined).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Gg-Bt_Hs.param';
$preds='G.gallus/golden_path_200402/SGP/humangp200405+Btau2';
makenewpwset();
##
?>
<p>&nbsp;</p>
<?php ######################################################################
##
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Chicken vs Cow </big>','GGALsgpcow');
##
$Qspecies='Chicken';
$Qgenome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/galGal2/chromosomes/"><b>goldenPath</b></a> (February, 2004). These are the predictions for the Feb.2004 version  of the Chicken genome assembly produced at the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University in St. Louis</a>.
EOH;
$Tspecies='Cow';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau2/chromosomes/"><b>goldenPath</b></a> (Btau2, March 2005).  <br />  Predictions were obtained on the masked version of both genomes. <tt>tblastx</tt> comparison of the Chicken genome (ggalFeb2004) against the Cow genome (Btau2).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Gg-Bt.param';
$preds='G.gallus/golden_path_200402/SGP/Btau2';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Pan troglodytes</i>','PTROGLODYTES'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','PTROgeneid');
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/panTro1/chromosomes/"><b>goldenPath</b></a> (November, 2003). Predictions were obtained on the masked version of the genome. These are the predictions for the Nov. 13 2003 version of the ARACHNE assembly of the chimpanzee genome, produced by the <a href=" http://genome.wustl.edu/genome.cgi?GENOME=Pan%20troglodytes">Chimpanzee Sequencing Consortium</a>.
EOH;
$version='version_1.1';
$param='human3iso.param';
$preds='P.troglodytes/golden_path_200311/geneid_v1.1/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','PTROsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Felis catus</i>','FCATUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','FCATgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/felCat3/bigZips/"><b>goldenPath</b></a> (March, 2006). Predictions were obtained on the masked version of the genome. These are the predictions for the March 2006 version of the BROAD release 3 assembly of the cat genome, produced by the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='F.catus/golden_path_200603/geneidv1.2';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> Cat vs Mouse </big>','FCATsgp');
##
$Qspecies='Cat';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/felCat3/bigZips/"><b>goldenPath</b></a> (felCat3, March 2006). 
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March, 2006).  <!-- mmMar2006-200603mm8 --> <br />   Predictions were obtained on the masked version of both genomes.  <tt>tblastx</tt> comparison of the Cat (felCat3) genome against the Mouse genome (mm8).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Bt_NEW.param';
$preds='F.catus/golden_path_200603/SGP/200603mm8/';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->

<?php hsec('<i>Equus caballus</i>','ECABALLUSgeneid'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','ECABALLUSgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/equCab1/bigZips/"><b>goldenPath</b></a> (equCab1, January, 2007). Predictions were obtained on the masked version of the genome. These are the predictions for the January 2007 version of the BROAD assembly of the horse genome, produced by the <a href="http://www.broad.mit.edu/mammals/horse/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='E.caballus/ecJan2007/geneid_v1.2';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> Horse vs Mouse </big>','ECABALLUSsgp');
##
$Qspecies='Horse';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/equCab1/bigZips/"><b>goldenPath</b></a> (equCab1, January 2007). 
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March, 2006).  <!-- mmMar2006-200603mm8 --> <br />   Predictions were obtained on the masked version of both genomes.  <tt>tblastx</tt> comparison of the Horse (equCab1) genome against the Mouse genome (mm8).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm_NEW.param';
$preds='E.caballus/ecJan2007/SGP/200603mm8/';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->




<?php hsec('<i>Macaca mulatta</i>','MMULATTA'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','MMULATTAgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rheMac2/bigZips/"><b>goldenPath</b></a> (rheMac2, January, 2006). Predictions were obtained on the masked version of the genome. These are the predictions for the January 2006 version of the Baylor assembly of the rhesus monkey genome, produced by the <a href="http://www.hgsc.bcm.tmc.edu/projects/rmacaque/">Baylor College of Medicine Human Genome Sequencing Center</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='M.mulatta/rmJan2006/geneid_v1.2';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> Rhesus Monkey vs Mouse </big>','MMULATTAsgp');
##
$Qspecies='Monkey';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/rheMac2/bigZips/"><b>goldenPath</b></a> (rheMac2, January, 2006). 
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (mm8, March, 2006).  <!-- mmMar2006-200603mm8 --> <br />   Predictions were obtained on the masked version of both genomes.  <tt>tblastx</tt> comparison of the Monkey (rheMac2) genome against the Mouse genome (mm8).
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Mm_NEW.param';
$preds='M.mulatta/rmJan2006/SGP/200603mm8';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->

<?php hsec('<i>Cavia porcellus</i>','CPORCELLUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','CPORgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/cavPor3/bigZips/"><b>goldenPath</b></a> (February, 2008). Predictions were obtained on the masked version of the  genome. These are the predictions for the Feb 2008 assembly of the guinea pig genome (cavPor3) obtained from the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.3';
$param='human3iso.param';
$preds='C.porcellus/golden_path_200806/geneidv1.3/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','CPORsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->



<?php hsec('<i>Loxodonta africana</i>','LAFRICANA'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','LAFRgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/dasNov1/bigZips/"><b>goldenPath</b></a> (May, 2005). Predictions were obtained on the masked version of the  genome. These are the predictions for the May 2005 assembly of the elephant genome (loxAfr1) obtained from the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='L.africana/golden_path_200505/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','LAFRsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Oryctolagus cuniculus</i>','OCUNICULUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','OCUNgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/oryCun1/bigZips/"><b>goldenPath</b></a> (May, 2005). Predictions were obtained on the masked version of the  genome. These are the predictions for the May 2005 assembly of the rabbit genome (oryCun1) obtained from the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='O.cuniculus/golden_path_200505/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','OCUNsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Dasypus novemcinctus</i>','DNOVEMCINCTUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DNOVgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/dasNov1/bigZips/"><b>goldenPath</b></a> (May, 2005). Predictions were obtained on the masked version of the  genome. These are the predictions for the May 2005 assembly of the armadillo genome (dasNov1) obtained from the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='D.novemcinctus/golden_path_200505/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DNOVsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Echinops telfairi</i>','ETELFAIRI'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','ETELgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/echTel1/bigZips/"><b>goldenPath</b></a> (July, 2005). Predictions were obtained on the masked version of the  genome. These are the predictions for the July 2005 assembly of the tenrec genome (echTel1) obtained from the <a href="http://www.broad.mit.edu/mammals/">Broad Institute</a>.
EOH;
$version='version_1.2';
$param='human3iso20060220.param';
$preds='E.telfairi/golden_path_200507/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','ETELsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Petromyzon marinus</i>','PMARINUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','PMARgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/petMar1/bigZips/"><b>goldenPath</b></a> (March, 2007). Predictions were obtained on the masked version of the  genome. These are the predictions for the March 2007 assembly of the lamprey genome (petMar1) obtained from the <a href="http://genome.wustl.edu/genome.cgi?GENOME=Petromyzon%20marinus">Genome Sequencing Center at the Washington University School
of Medicine in St. Louis</a>.
EOH;
$version='version_1.3';
$param='human3iso20060220.param';
$preds='P.marinus/golden_path_200806/geneidv1.3';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DNOVsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Branchiostoma floridae</i>','BFLORIDAE'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','BFLOgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/braFlo1/bigZips/"><b>goldenPath</b></a> (March, 2006). Predictions were obtained on the masked version of the  genome. These are the predictions for the March 2006 assembly of the lancelet genome (braFlo1) obtained from the <a href="http://genome.jgi-psf.org/Brafl1/Brafl1.info.html">US DOE Joint Genome Institute (JGI)</a>.
EOH;
$version='version_1.3';
$param='human3iso20060220.param';
$preds='B.floridae/golden_path_200806/geneidv1.3/';
makenewset();
##
?>
</div> <!-- class geneid -->




<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','PMARsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->




<?php hsec('<i>Bos taurus</i>','BTAURUS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','BTAUgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau8/bigZips/"><b>goldenPath</b></a> (Dec 2009). Predictions were obtained on the masked version of the genome. These are the predictions for the December 2009 Cow genome assembly (bosTau8) produced by the <a href="http://www.hgsc.bcm.tmc.edu/projects/bovine/">Baylor College of Medicine Human Genome Sequencing Center</a>.
EOH;
$version='version_1.4';
$param='human3iso.param';
$preds='B.taurus/bosTau8/geneid_v1.4';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.hgsc.bcm.tmc.edu/pub/data/Btaurus/fasta/Btau20060815-freeze/linearScaffolds/"><b>hgsc</b></a> (August, 2006). Predictions were obtained on the masked version of the genome. These are the predictions for the August 2006 Cow genome assembly (bosTau3) produced by the <a href="http://www.hgsc.bcm.tmc.edu/projects/bovine/">Baylor College of Medicine Human Genome Sequencing Center</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='B.taurus/hgsc_Btau20060815/geneidv1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau2/chromosomes/"><b>goldenPath</b></a> (March, 2005). Predictions were obtained on the masked version of the genome. These are the predictions for the March 2005 Cow genome assembly (bosTau2) produced by the <a href="http://www.hgsc.bcm.tmc.edu/projects/bovine/">Baylor College of Medicine Human Genome Sequencing Center</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='B.taurus/golden_path_200503/geneidv1.2/';
makenewset();
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau1/bigZips/"><b>goldenPath</b></a> (September, 2004). Predictions were obtained on the masked version of the genome. These are the predictions for the September 2004 Cow genome assembly (bosTau1) produced by the <a href="http://www.hgsc.bcm.tmc.edu/projects/bovine/">Baylor College of Medicine Human Genome Sequencing Center</a>.
EOH;
$version='version_1.2';
$param='human3iso.param';
$preds='B.taurus/golden_path_200409/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt> : Cow vs Human (or Mouse) </big>','BTAUsgp');
##
$Qspecies='Cow';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau8/bigZips/"><b>hgsc</b></a> (December, 2009).
EOH;
$Tspecies='Human';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/hg38/bigZips/"><b>goldenPath</b></a> (December, 2013). <!-- mmDec2013 --> Predictions obtained on the masked version of both genomes. <br /> <tt>tblastx</tt> comparison of the Human genome against the Cow (Btau8) genome.
EOH;
$version='<tt>geneid</tt> version_1.4';
$param='human3iso.sgp.Hs-Bt.param';
$preds='B.taurus/bosTau8/SGP2/hg38';
makenewpwset();
##
$Qspecies='Cow';
$Qgenome=<<<EOH
<a href="ftp://ftp.hgsc.bcm.tmc.edu/pub/data/Btaurus/fasta/Btau20060815-freeze/linearScaffolds/"><b>hgsc</b></a> (August, 2006).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm9/bigZips/"><b>goldenPath</b></a> (July, 2007). <!-- mmJul2007-200707mm9 --> Predictions obtained on the masked version of both genomes. <br /> <tt>tblastx</tt> comparison of the Mouse genome against the Cow (Btau3) genome.
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Bt.param';
$preds='B.taurus/hgsc_Btau20060815/SGP/mm9';
makenewpwset();
##
$Qspecies='Cow';
$Qgenome=<<<EOH
<a href="ftp://ftp.hgsc.bcm.tmc.edu/pub/data/Btaurus/fasta/Btau20060815-freeze/linearScaffolds/"><b>hgsc</b></a> (August, 2006).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm8/bigZips/"><b>goldenPath</b></a> (March, 2006). <!-- mmMar2006-200603mm8 --> Predictions obtained on the masked version of both genomes. <br /> <tt>tblastx</tt> comparison of the Mouse genome against the Cow (Btau3) genome.
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Bt.param';
$preds='B.taurus/hgsc_Btau20060815/SGP/mm8';
makenewpwset();
##
$Qspecies='Cow';
$Qgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/bosTau2/chromosomes/"><b>goldenPath</b></a> (March, 2005).
EOH;
$Tspecies='Mouse';
$Tgenome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/mm6/bigZips/"><b>goldenPath</b></a> (March, 2005). <!-- mmMar2005-200503mm6 --> Predictions obtained on the masked version of both genomes. <br /> <tt>tblastx</tt> comparison of the Mouse genome against the Cow (Btau2) genome.
EOH;
$version='<tt>geneid</tt> version_1.2';
$param='human3iso.sgp.Hs-Bt.param';
$preds='B.taurus/golden_path_200503/SGP/mm6/';
makenewpwset();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila melanogaster</i>','DMELANOGASTER'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DMELgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/dm2/bigZips/"><b>goldenPath</b></a> (April 2004). Release 4 (Apr. 2004, UCSC version dm2) assembly of the <i>Drosophila melanogaster</i> genome. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.melanogaster/golden_path_200404/geneidv1.2/';
makenewset();
##
$genome=<<<EOH
<a href="ftp://ftp.ensembl.org/pub/current_fly/data/fasta/dna/"><b>Ensembl 4_3</b></a> (7th of March 2002). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.1';
$param='dros.param';
$preds='D.melanogaster/ensembl_4_3/geneid_v1.1/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DMELsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila simulans</i>','DSIMULANS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DSIMgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/droSim1/bigZips/"><b>goldenPath</b></a> Apr. 2005 freeze of the <i>D. simulans</i> genome (droSim1) from the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University School of Medicine in St. Louis</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.simulans/golden_path_200504/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DSIMsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila mojavensis</i>','DMOJAVENSIS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DMOJgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/droMoj1/bigZips/"><b>goldenPath</b></a>. <i>Drosophila mojavensis</i> 11 August 2004 assembly from <a href="http://www.agencourt.com/">Agencourt</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.mojavensis/golden_path_200408/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DMOJsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila pseudoobscura</i>','DPSEUDOOBSCURA'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DPSEgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/dp3/bigZips/"><b>goldenPath</b></a>. <i>Drosophila pseudoobscura</i> <a href="http://flybase.bio.indiana.edu/">Flybase</a> Release 1.0 assembly (Nov. 2004). Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.pseudoobscura/golden_path_200411/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DPSEsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila ananassae</i>','DANANASSAE'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DANAgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/droAna1/bigZips/"><b>goldenPath</b></a>. <i>Drosophila ananassae</i> 15 July 2004 assembly from <a href="http://www.tigr.org/">TIGR</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.ananassae/golden_path_200407/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DANAsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila yakuba</i>','DYAKUBA'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DYAKgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/droYak1/bigZips/"><b>goldenPath</b></a>. Apr. 2004 freeze of the <i>D. yakuba</i> genome (droYak1) from the <a href="http://genome.wustl.edu/">Genome Sequencing Center at Washington University School of Medicine in St. Louis</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.yakuba/golden_path_200404/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DYAKsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Drosophila virilis</i>','DVIRILIS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DVIRgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/droVir1/bigZips/"><b>goldenPath</b></a>. <i>Drosophila virilis</i> 12 July 2004 assembly from <a href="http://www.agencourt.com/">Agencourt Bioscience Corporation</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='D.virilis/golden_path_200407/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DVIRsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Anopheles gambiae</i>','AGAMBIAE'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','AGAMgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/anoGam1/bigZips/"><b>goldenPath</b></a>. Feb. 2003 assembly of the <i>A. gambiae</i> genome (anoGam1) from the <a href="http://www.cns.fr/externe/English/Projets/Projet_AK/organisme_AK.html">International Anopheles Genome Project</a> (version MOZ2). Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.2';
$param='drosophilaENS.param';
$preds='A.gambiae/golden_path_200302/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','AGAMsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Apis mellifera</i>','AMELLIFERA'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','AMELLgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/apiMel2/bigZips/"><b>goldenPath</b></a>. Jan. 2005 assembly of the <i>A. mellifera</i> genome (apiMel2) from the <a href="http://www.hgsc.bcm.tmc.edu/projects/honeybee/">Baylor College of Medicine HGSC Honey Bee Genome Project</a>. Predictions were obtained on the unmasked version of the genome.
EOH;
$version='version_1.2';
$param='BeeENS.param';
$preds='A.mellifera/golden_path_200501/geneidv1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','AMELLsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Tetraodon nigroviridis</i>','TNIGROVIRIDIS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','TNIGgeneid');
##
$genome=<<<EOH
<a href="ftp://hgdownload.cse.ucsc.edu/goldenPath/tetNig1/chromosomes/"><b>tetNig1</b></a> (February 2004). February 2004 freeze of the <i>Tetraodon nigroviridis</i> version 7 (V7) genome assembly (UCSC version tetNig1) provided by <a href="http://www.cns.fr/">Genoscope</a>.  Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.2';
$param='tetramarkov4d.param';
$preds='T.nigroviridis/tetNigFeb2004/geneid_v1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','TNIGsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Caenorhabditis elegans</i>','CELEGANS'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','CELEgeneid');
##
$genome=<<<EOH
<a href="http://hgdownload.cse.ucsc.edu/goldenPath/ce2/chromosomes/"><b>WS120</b></a> (March 2004). <i>C.&nbsp;elegans</i> version WS120 deposited into <a href="http://www.wormbase.org/">Wormbase</a> as of 1 March 2004. Predictions were obtained on the masked version of the genome.
EOH;
$version='version_1.2';
$param='celegans1.2.param';
$preds='C.elegans/Ce200403/geneid_v1.2/';
makenewset();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','CELEsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Fugu rubripes</i>','FRUBRIPES'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','FRUBgeneid');
##
sorry();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','FRUBsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php hsec('<i>Dictyostelium discoideum</i>','DDISCOIDEUM'); ################################ ?>

<div> <!-- columns wrapper -->
<div class="geneid">
<?php
$setnum=0; # do not touch this counter
$program='geneid';
hsubsec('<big><tt>'.$program.'</tt></big>','DDISgeneid');
##
sorry();
##
?>
</div> <!-- class geneid -->

<div class="sgp">
<?php
$setnum=0; # do not touch this counter
$program='sgp2';
hsubsec('<big><tt>'.$program.'</tt></big>','DDISsgp');
##
sorry();
##
?>
</div> <!-- class sgp -->
</div><p class="clear">&nbsp;</p> <!-- clean up -->


<?php page_trailer(__FILE__); ################################ ?>
