Merge branch 'master' of https://github.com/solgenomics/sgn
[sgn.git] / cgi-bin / tools / solcyc / index.pl
blob1bcb77916233a934f38b20c46f40f36d3f0e67ff
2 use strict;
3 use CXGN::Page;
4 use CXGN::Page::FormattingHelpers qw / blue_section_html page_title_html /;
6 my $page=CXGN::Page->new("SGN SolCyc","Lukas");
8 $page->header();
10 print page_title_html("<a href=\"http://solcyc.solgenomics.net/\">SolCyc</a> Biochemical Pathways");
12 print qq {
14 <img src="/documents/img/ptools.png" border="0" alt="" />
15 <div class="boxbgcolor1">
16 <p>
17 SolCyc is a collection of Pathway Genome Databases (PGDBs) for Solanaceae species generated using <a href="http://bioinformatics.ai.sri.com/ptools/">Pathway Tools</a> software from <a href="http://www.sri.com">SRI International</a>, the same software that is used in <a href="http://www.arabidopsis.org/tools/aracyc/">AraCyc</a> for <i>Arabidopsis thaliana</i> and <a href="http://www.ecocyc.org">EcoCyc</a> for <i>E. coli</i>.
18 </p>
19 <p>
20 Currently, databases for tomato, potato, and pepper are available, generated from the annotated SGN unigene sequences. The initial automatic builds have received little or no human curation. The eggplant database is not longer supported or available.
21 </p>
23 <ul>
24 <li>LycoCyc (tomato): <a href="http://solcyc.solgenomics.net/LYCO/server.html">Query page</a> | <a href="http://solcyc.solgenomics.net/LYCO/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a></li>
25 <li>PotatoCyc (potato): <a href="http://solcyc.solgenomics.net/POTATO/server.html">Query page</a> | <a href="http://solcyc.solgenomics.net/POTATO/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a> </li>
26 <li>CapCyc (pepper): <a href="http://solcyc.solgenomics.net/CAP/server.html">Query page</a> | <a href="http://solcyc.solgenomics.net/CAP/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a></li>
27 <li>CoffeaCyc (coffee): <a href="http://solcyc.solgenomics.net/COFFEA/server.html?">Query page</a> | <a href="http://solcyc.solgenomics.net/COFFEA/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a></li>
28 <li>PetuniaCyc (petunia): <a href="http://solcyc.solgenomics.net/PET/server.html?">Query page</a> | <a href="http://solcyc.solgenomics.net/PET/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a></li>
29 <li>NicotianaCyc (tobacco): <a href="http://solcyc.solgenomics.net/TOBACCO/server.html?">Query page</a> | <a href="http://solcyc.solgenomics.net/TOBACCO/NEW-IMAGE?type=OVERVIEW&amp;force=t">Pathway overview diagram</a></li>
30 </ul>
32 <p>
33 More databases will be generated in the future, and the annotation will be improved by adding more Solanaceae specific pathways.
34 </p>
35 <p>
36 Note the availability of the <a href="http://solcyc.solgenomics.net/expression.html">Omics viewer</a>, which allows microarray, gene chip, proteomics, and metabolomic information to be overlaid over the pathway overview diagrams.
37 </p>
38 </div>
40 <p>
41 <img src="/documents/img/ptools.png" border="0" alt="" />
42 </p>
44 <b>Programmatic interfaces for Pathway Tools</b>:<br />
45 We currently maintain a Perl interface and a Java interface for Pathway Tools:
46 <a href="ftp://ftp.solgenomics.net/programs/javacyc/javacyc.tar.gz">JavaCyc</a> and <a href="ftp://ftp.solgenomics.net/programs/perlcyc/perlcyc.tar.gz">PerlCyc</a>. More information is available on the <a href="/downloads/">software downloads</a> page.
50 $page->footer();