package SGN::View::Mason::Commands;
use strict;
use vars qw($m $c);
HTML::Mason::Component::FileBased->new(
'code' => sub {
use utf8; local $SGN::View::Mason::Commands::m = $HTML::Mason::Commands::m;
$m->debug_hook( $m->current_comp->path ) if ( HTML::Mason::Compiler::IN_PERL_DB() );

#line 1 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->comp(   '/page/page_title.mas', title => 'Converting between SGN unigenes and TGI TC sequences'   
); #line 1 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->print( '

<div style="margin: 1em 0; padding: 0.2em 2em 0.4em 2em">
  <p>
  SGN and <a href="http://compbio.dfci.harvard.edu/tgi/">the Gene Index Project (TGI)</a>, now at <a href="http://www.dana-farber.org/">DFCI</a>, maintain
  independent unigene/TC databases, entries in which tend to have common
  member ESTs.
  </p>

  <p>
  SGN no longer maintains a specific tool for mapping between these two
  databases.  Instead, for users to establish correspondences between these two
  sets, we recommend using the BLAST tools available on each of these
  sites.
  </p>

</div>

' );
#line 19 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->comp( { content => sub {
#line 19 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->print( '

  Use the SGN-U sequences as input to the BLAST tool at
  <a href="http://compbio.dfci.harvard.edu/tgi/">the TGI site</a>.

' );
#line 24 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
} }, '/page/info_section.mas', title => 'Mapping SGN-U to TGI TC'
 );
#line 24 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->print( '

' );
#line 26 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->comp( { content => sub {
#line 26 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->print( '

  Use the TGI TC sequences as input to the <a href="/tools/blast">SGN
  BLAST tool</a>, selecting one of the SGN unigene data sets.

' );
#line 31 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
} }, '/page/info_section.mas', title => 'Mapping TGI TC to SGN-U'
 );
#line 31 "/home/production/cxgn/sgn/mason/tools/tc_convert_deprecated.mas"
$m->print( '
' );
;return;
},
'load_time' => 1778341205,

)
;