Mercurial > repos > jankanis > blast2html_test
comparison README.rst @ 5:6bdcfd49a90c default tip
update images path
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Wed, 22 Jul 2015 17:08:16 +0200 |
parents | dad02776f538 |
children |
comparison
equal
deleted
inserted
replaced
4:cfa0817f9a37 | 5:6bdcfd49a90c |
---|---|
3 | 3 |
4 This tool accepts Blast XML as input, and creates an HTML page with a human readable version of the result. The output includes graphical displays of where a sequence matches a target and metrics on the quality of the match. | 4 This tool accepts Blast XML as input, and creates an HTML page with a human readable version of the result. The output includes graphical displays of where a sequence matches a target and metrics on the quality of the match. |
5 | 5 |
6 Example output: | 6 Example output: |
7 | 7 |
8 .. image:: images/blast2html_screenshot1.png | 8 .. image:: blast2html_screenshot1.png |
9 :alt: Screenshot of sample output | 9 :alt: Screenshot of sample output |
10 :align: center | 10 :align: center |
11 | 11 |
12 The output format is based on the graphical summary pages on the `NCBI Blast website`_. But as the code for generating such pages is not available we implemented our own clone. | 12 The output format is based on the graphical summary pages on the `NCBI Blast website`_. But as the code for generating such pages is not available we implemented our own clone. |
13 | 13 |
97 Authorship | 97 Authorship |
98 ---------- | 98 ---------- |
99 | 99 |
100 This tool was created and published by `The Hyve B.V.`_ open source bioinformatics solutions. | 100 This tool was created and published by `The Hyve B.V.`_ open source bioinformatics solutions. |
101 | 101 |
102 .. image:: images/thehyve_logo.png | 102 .. image:: thehyve_logo.png |
103 :alt: The Hyve | 103 :alt: The Hyve |
104 :align: center | 104 :align: center |
105 :target: http://thehyve.nl | 105 :target: http://thehyve.nl |
106 | 106 |
107 .. _`The Hyve B.V.`: http://thehyve.nl/ | 107 .. _`The Hyve B.V.`: http://thehyve.nl/ |