Skip to content
Snippets Groups Projects
Commit 6be91c10 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

modify the templates according to sophie specifications

parent be739b60
Branches
Tags
No related merge requests found
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
}; };
var paper = Raphael("genes_schema", paper_w, paper_h ); var paper = Raphael("genes_schema", paper_w, paper_h );
var background = paper.rect( 0 , 0 , paper_w , paper_h).attr( {stroke:"none", fill:"white"});//pour recevoir les evts var background = paper.rect( 0 , 1 , paper_w , paper_h).attr( {stroke:"none", fill:"white"});//pour recevoir les evts
var genesNgenome= paper.set(); var genesNgenome= paper.set();
var genome= paper.draw_genome();//bar grise var genome= paper.draw_genome();//bar grise
genesNgenome.push( genome ); genesNgenome.push( genome );
...@@ -228,21 +228,28 @@ ...@@ -228,21 +228,28 @@
</head> </head>
<body> <body>
<h1>Secretion system {{code}}</h1> <h1>Type III Secretion System </h1>
<ul> <ul>
{{#replicon}}
<li>strain: {{strain}}</li>
{{/replicon}}
<li>T3SS family: {{T3SS_family}}</li>
<li>code: {{code}}</li> <li>code: {{code}}</li>
<li>T3SS family:{{T3SS_family}}</li>
</ul> </ul>
<h2>Replicon</h2> <h2>Replicon</h2>
<ul> <ul>
{{#replicon}} {{#replicon}}
<li>name: {{name}}</li>
<li>taxid: {{taxid}}</li> <li>taxid: {{taxid}}</li>
<li>strain: {{strain}}</li>
<li>taxonomy: {{taxonomy}}</li> <li>taxonomy: {{taxonomy}}</li>
<li>type: {{type}}</li> {{/replicon}} <li>type: {{type}}</li>
<li>name: {{name}}</li>
{{/replicon}}
</ul> </ul>
<div id="genes_schema" class="grabbable"></div>
<div id="genes_schema" class="grabbable">
</div>
<h3>Genes</h3> <h3>Genes</h3>
<table> <table>
<thead> <thead>
...@@ -255,10 +262,10 @@ ...@@ -255,10 +262,10 @@
<th>End</th> <th>End</th>
<th>Match</th> <th>Match</th>
<th>Full-score</th> <th>Full-score</th>
<th>E-value</th> <th>Evalue</th>
<th>Best-domain-score</th> <th>Best-domain-score</th>
<th>Best-domain-evalue</th> <th>Best-domain-evalue</th>
<th>C-value</th> <th>c-Evalue</th>
<th>Coverage-profile</th> <th>Coverage-profile</th>
<th>Match-begin</th> <th>Match-begin</th>
<th>Match-end</th> <th>Match-end</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment