view data/ribocount_index.html @ 10:8964641b04ef

Fix usage link
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 17 Aug 2015 10:51:58 +0100
parents ca58e9466cbf
children
line wrap: on
line source

<!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>