about summary refs log tree commit diff
path: root/uploader/templates/populations/view-population.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/populations/view-population.html')
-rw-r--r--uploader/templates/populations/view-population.html32
1 files changed, 20 insertions, 12 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html
index 1e2964e..3b9661b 100644
--- a/uploader/templates/populations/view-population.html
+++ b/uploader/templates/populations/view-population.html
@@ -15,7 +15,7 @@
     {%endif%}>
   <a href="{{url_for('species.populations.view_population',
            species_id=species.SpeciesId,
-           population_id=population.InbredSetId)}}">view population</a>
+           population_id=population.InbredSetId)}}">view</a>
 </li>
 {%endblock%}
 
@@ -42,8 +42,10 @@
     <dt>Family</dt>
     <dd>{{population.Family}}</dd>
 
-    <dt>Description</dt>
-    <dd><pre>{{population.Description or "-"}}</pre></dd>
+    <dt>Information</dt>
+    <dd><a href="https://info.genenetwork.org/species/source.php?SpeciesName={{species.Name}}&InbredSetName={{population.Name}}"
+           title="Link to detailed information on this population."
+           target="_blank">Population Information</a></dd>
   </dl>
 </div>
 
@@ -62,29 +64,35 @@
   <nav class="nav">
     <ul>
       <li>
-        <a href="{{url_for('species.populations.genotypes.list_genotypes',
+        <a href="{{url_for('species.populations.samples.list_samples',
                  species_id=species.SpeciesId,
                  population_id=population.Id)}}"
-           title="Upload genotypes for {{species.FullName}}">Upload Genotypes</a>
+           title="Manage samples: Add new or delete existing.">
+          manage samples</a>
       </li>
       <li>
-        <a href="{{url_for('species.populations.samples.list_samples',
+        <a href="{{url_for('species.populations.genotypes.list_genotypes',
                  species_id=species.SpeciesId,
                  population_id=population.Id)}}"
-           title="Manage samples: Add new or delete existing.">
-          manage samples</a>
+           title="Manage genotypes for {{species.FullName}}">Manage Genotypes</a>
       </li>
       <li>
-        <a href="#" title="Upload expression data">upload expression data</a>
+        <a href="{{url_for('species.populations.phenotypes.list_datasets',
+                 species_id=species.SpeciesId,
+                 population_id=population.Id)}}"
+           title="Manage phenotype data.">manage phenotype data</a>
       </li>
       <li>
-        <a href="#" title="Upload phenotype data">upload phenotype data</a>
+        <a href="#" title="Manage expression data"
+           class="not-implemented">manage expression data</a>
       </li>
       <li>
-        <a href="#" title="Upload individual data">upload individual data</a>
+        <a href="#" title="Manage individual data"
+           class="not-implemented">manage individual data</a>
       </li>
       <li>
-        <a href="#" title="Upload RNA-Seq data">upload RNA-Seq data</a>
+        <a href="#" title="Manage RNA-Seq data"
+           class="not-implemented">manage RNA-Seq data</a>
       </li>
     </ul>
   </nav>