Advertisement
Guest User

align_result

a guest
Sep 14th, 2019
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. {% extends "database/base_table.html" %}
  2.  
  3. {% block content %}
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <style>
  9. table, th, td {
  10. border: 1px solid black;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15.  
  16. <table>
  17. <tr>
  18. <th>Query Sequence </th>
  19. <th>Matched Sequence </th>
  20. <th>Identity </th>
  21. <th>Similarity </th>
  22. <th>Gaps </th>
  23. </tr>
  24. <tr>
  25. <td>Sequence</td>
  26. <td>Sequence</td>
  27. <td>100.0%</td>
  28. <td>100.0%</td>
  29. <td>0/93</td>
  30.  
  31. </tr>
  32. </table>
  33.  
  34. </body>
  35. </html>
  36. <pre></pre><pre></pre><pre>Sequence 1 VKPFQTDALVITPGQTTNVLFTANASTNVGAVQQFFIAARPFVTGGGTFD 50</pre><pre> ||||||||||||||||||||||||||||||||||||||||||||||||||</pre><pre>Sequence 1 VKPFQTDALVITPGQTTNVLFTANASTNVGAVQQFFIAARPFVTGGGTFD 50</pre><pre></pre><pre>Sequence 51 NSTVAGIMSYNISNSNNSSSIMMPKLPSLNDTAFAANFSAKLR 93</pre><pre> |||||||||||||||||||||||||||||||||||||||||||</pre><pre>Sequence 51 NSTVAGIMSYNISNSNNSSSIMMPKLPSLNDTAFAANFSAKLR 93</pre><pre></pre><pre></pre></head>
  37. {% endblock content %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement