diff data/ribocount_index.html @ 0:ca58e9466cbf

First commit
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 29 Jun 2015 16:38:36 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/ribocount_index.html	Mon Jun 29 16:38:36 2015 +0100
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+
+    <!-- Basic Page Needs
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <meta charset="utf-8">
+    <title>Ribo-Seq profile counts</title>
+
+    <!-- Mobile Specific Metas
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+
+<h3>Ribocount output</h3>
+<h5>The following zip file contains read counts as CSV files for <em>{count}</em>
+transcripts with read length <em>{read_length}</em>.</h5>
+
+<p>Download: <a href="ribocount_output.zip">ribocount_output.zip</a></p>
+
+<p>Note: To view the list of transcripts and their read counts (in CSV),
+extract the zip file and open "index.html" in a web browser. </p>
+</body>
+</html>
\ No newline at end of file