Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ca58e9466cbf |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 | |
| 5 <!-- Basic Page Needs | |
| 6 –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| 7 <meta charset="utf-8"> | |
| 8 <title>Ribo-Seq profile counts</title> | |
| 9 | |
| 10 <!-- Mobile Specific Metas | |
| 11 –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| 12 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 13 </head> | |
| 14 <body> | |
| 15 | |
| 16 <h3>Ribocount output</h3> | |
| 17 <h5>The following zip file contains read counts as CSV files for <em>{count}</em> | |
| 18 transcripts with read length <em>{read_length}</em>.</h5> | |
| 19 | |
| 20 <p>Download: <a href="ribocount_output.zip">ribocount_output.zip</a></p> | |
| 21 | |
| 22 <p>Note: To view the list of transcripts and their read counts (in CSV), | |
| 23 extract the zip file and open "index.html" in a web browser. </p> | |
| 24 </body> | |
| 25 </html> |
