Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / genomes / Capsicum_annuum.mas
blob42d1188462688b8d5c0cb083560596849a2e8a9d
1 <%args>
2   $organism
3 </%args>
4 <& /page/page_title.mas, title => '<i>'.$organism->species.'</i> Genome Data' &>
6 <!-- <div class="page_introduction"> -->
7 <p>
8 Linked-read sequencing technology was used to create a phased assembly that was scaffolded into chromosomes for an F1 of a wide cross (UCD-10X-F1) between a landrace, Criollos de Morelos 334 (CM334) and a nonpungent blocky pepper-breeding line. Please see <a href="https://www.nature.com/articles/s41438-017-0011-0">Hulse-Kemp et al. (2017)</a> for more details. This genome is available in <a href="/tools/blast?db_id=301">blast</a> and on the <a href="ftp://ftp.solgenomics.net/genomes/Capsicum_annuum/C.annuum_UCD10X/">FTP site</a>.  
9 </p>
10 <p>
11 The hot pepper genome (Mexican landrace of <i>Capsicum annuum</i> cv. CM334) has been sequenced by an international group of scientists from Korea, Israel and USA.
12 The sequence was published in <a href="http://www.nature.com/ng/journal/v46/n3/full/ng.2877.html" target="_blank">Nature Genetics</a> in January 2014.
13 The official page for this genome sequences is <a href="http://peppergenome.snu.ac.kr/" target="_blank">http://peppergenome.snu.ac.kr/</a>.
14 </p>
15 <p>
16 The genome sequence for hot pepper. <i>C. annuum</i> cv. CM334 (Criollo de Morelos 334), a diploid and a landrace collected from the Mexican state of Morelos, was sequenced to 186.6X coverage using Illumina technology. The genome assembly was annotated with the <a href="http://www.nature.com/ng/journal/v46/n3/extref/ng.2877-S1.pdf">PGA annotation pipeline</a>. CM334 genome assembly, pseudomolecules, annotations and C. chinense genome assembly are available through the links below.<br>
17 </p>
19 <p>
20 The complete genomes of wild Mexican pepper accession “Chiltepin” and a Chinese inbred derivative “Zunla-1” was also sequenced and published on the same date by research groups from China and Mexico.
21 The genome sequence for these pepper varieties was published in <a href="http://www.pnas.org/content/111/14/5135.abstract" target="_blank">PNAS</a> in January 2014.
22 The official page for this genome sequences is <a href="http://peppersequence.genomics.cn/" target="_blank">http://peppersequence.genomics.cn/</a>.
23 </p>
25 <p>
26 <i>C. annuum</i> genome, gene and protein sequences are accessible on the SGN BLAST tool and can be downloaded from the SGN ftp site. <i>C. annuum</i> cv. CM334 genome sequence is also available on SGN JBrowse.
27 </p>
28 <!-- </div> -->
30 <center>
31     <a id="blue_button" href="/tools/blast/?db_id=217" target="_blank">BLAST</a>&nbsp;&nbsp;
32     <a id="blue_button" href="ftp://ftp.solgenomics.net/genomes/Capsicum_annuum/" target="_blank">FTP Site</a>&nbsp;&nbsp;
33     <a id="blue_button" href="http://solgenomics.net/jbrowse_solgenomics/?data=data%2Fjson%2FPepper.v.1.55&loc=Pepper1.55ch01" target="_blank" style="background-image:none;">JBrowse</a>&nbsp;&nbsp;
34 </center>
36 <!-- <&| /page/info_section.mas, title => 'CM334 genome' &> -->
37   <!-- The genome sequence for hot pepper. <i>C. annuum</i> cv. CM334 (Criollo de Morelos 334), a dipoloid and a landrace collected from the Mexican state of Morelos, was sequenced to 186.6X coverage using Illumina technology. The genome assembly was annotated with the <a href="http://www.nature.com/ng/journal/v46/n3/extref/ng.2877-S1.pdf">PGA annotation pipeline</a>.  CM334 genome assembly, pseudomolecules, annotations and C. chinense genome assembly are available through the links below.<br> -->
40   <!-- <% info_table_html(
41                      __border   => 0,
42                      __multicol => 2,
43                      'Bulk Datasets (via FTP)' =>
44                      '<a href="ftp://ftp.solgenomics.net/genomes/Capsicum_annuum/">Genome sequence and Annotation</a>',
45                      BLAST => '<a href="/tools/blast/?db_id=219">Genomic sequence</a>',
46                      'Genome browser' => '<a href="/jbrowse/JBrowse-1.11.4/?data=data/json/Pepper1.55/">Jbrowse</a>'
47                     )
48   %> -->
49 <!-- </&> -->
53 <&| /page/info_section.mas,
54       title       => 'Sequence datasets',
55       collapsible => 1,
56       hide_if_empty => 1
57  &>
58   <& /genomes/default/genome_builds.mas, %ARGS &>
59 </&>
62 <&| /page/info_section.mas,
63       title       => 'Browsable annotations',
64       collapsible => 1,
65       hide_if_empty => 1,
66  &>
68   <& /gbrowse/list_sources.mas, organism => $organism &>
70 </&>
72 <&| /page/info_section.mas,
73       title       => 'Annotation datasets',
74       collapsible => 1,
75       hide_if_empty => 1,
76  &>
78   <& /genomes/default/annotation_sets.mas, %ARGS &>
80 </&>
82 <%init>
83   use CXGN::Page::FormattingHelpers qw/info_table_html/;
84 </%init>
86 <style>
88 #blue_button{
89   background-color:#4387FD;
90   border:0px;
91   border-radius:4px;
92   color:#FFFFFF;
93   font-family:Arial;
94   font-size:16px;
95   height:40px;
96   line-height:38px;
97   vertical-align: top;
98   padding: 5px;
99   text-decoration: none;
102 #blue_button:hover {
103   box-shadow: 0px 1px 0px 0px #C6C6C6;
104   background-color:#5EA1FF;
105   color:#0000CC;
106   text-decoration: none;
109 #blue_button:active {
110   position:relative;
111   top:1px;
114 </style>