|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<title>EzAAI - Data</title> |
| 5 | +<meta charset="utf-8"> |
| 6 | +<meta name="viewport" |
| 7 | + content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | +<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 9 | + |
| 10 | +<link rel="shortcut icon" href="images/ezaai_logowork-16px.ico" type="image/x-icon"> |
| 11 | +<link rel="stylesheet" href="style.css"> |
| 12 | +<link rel="stylesheet" |
| 13 | + href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" |
| 14 | + integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" |
| 15 | + crossorigin="anonymous"> |
| 16 | +<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" |
| 17 | + integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" |
| 18 | + crossorigin="anonymous"> |
| 19 | +<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
| 20 | + integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
| 21 | + crossorigin="anonymous"></script> |
| 22 | +<script |
| 23 | + src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" |
| 24 | + integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" |
| 25 | + crossorigin="anonymous"></script> |
| 26 | +<script |
| 27 | + src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" |
| 28 | + integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" |
| 29 | + crossorigin="anonymous"></script> |
| 30 | +<script> |
| 31 | + window.dataLayer = window.dataLayer || []; |
| 32 | + function gtag(){dataLayer.push(arguments);} |
| 33 | + gtag('js', new Date()); |
| 34 | + |
| 35 | + gtag('config', 'G-9B3HSS9PWF'); |
| 36 | +</script> |
| 37 | +<meta charset="EUC-KR"> |
| 38 | +<style> |
| 39 | + .infobox { |
| 40 | + margin-bottom: 0rem; |
| 41 | + } |
| 42 | + .infoheader{ |
| 43 | + padding-top: 1rem; |
| 44 | + padding-bottom: 2rem; |
| 45 | + } |
| 46 | + .btn-dlink{ |
| 47 | + margin-bottom:0; |
| 48 | + padding:2px 5px; |
| 49 | + height:30px; |
| 50 | + } |
| 51 | + |
| 52 | + .req{ |
| 53 | + font-size:85%; |
| 54 | + font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; |
| 55 | + line-height:1.5; |
| 56 | + } |
| 57 | + .req > li{ |
| 58 | + margin-bottom:5px; |
| 59 | + } |
| 60 | + .btn-ufcg { |
| 61 | + margin: 0 0; |
| 62 | + margin-top: 0px; |
| 63 | + margin-bottom: 0px; |
| 64 | + padding: 0 0; |
| 65 | + margin-top: 2px; |
| 66 | + float: right; |
| 67 | + height: 20px; |
| 68 | + line-height: 0.9; |
| 69 | + } |
| 70 | +</style> |
| 71 | +</head> |
| 72 | +<body> |
| 73 | + <section class="body_section"> |
| 74 | + <div class="container"> |
| 75 | + <h1 class="infoheader">EzAAI - Data</h1> |
| 76 | + <h6>You can download the list of prokaryotic species that are used to estimate the accuracy and speed of our pipeline here.</h6> |
| 77 | + <hr> |
| 78 | + <p><i class="fa fa-download"></i> Actinobacteria - Species list (1,642 species, 73 kB) |
| 79 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Actinobacteria_species.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 80 | + <span style="font-size:.7rem;padding:0 2px">Actinobacteria_species.tsv</span></a> |
| 81 | + </p> |
| 82 | + <p><i class="fa fa-download"></i> Actinobacteria - Full data (1,347,262 pairs, 174 MB) |
| 83 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Actinobacteria_data.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 84 | + <span style="font-size:.7rem;padding:0 2px">Actinobacteria_data.tsv</span></a> |
| 85 | + </p> |
| 86 | + <p><i class="fa fa-download"></i> Archaea - Species list (390 species, 17 kB) |
| 87 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Archaea_species.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 88 | + <span style="font-size:.7rem;padding:0 2px">Archaea_species.tsv</span></a> |
| 89 | + </p> |
| 90 | + <p><i class="fa fa-download"></i> Archaea - Full data (63,190 pairs, 8 MB) |
| 91 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Archaea_data.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 92 | + <span style="font-size:.7rem;padding:0 2px">Archaea_data.tsv</span></a> |
| 93 | + </p> |
| 94 | + <p><i class="fa fa-download"></i> Microbacteriaceae - Species list (130 species, 5.5 kB) |
| 95 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Microbacteriaceae_species.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 96 | + <span style="font-size:.7rem;padding:0 2px">Microbacteriaceae_species.tsv</span></a> |
| 97 | + </p> |
| 98 | + <p><i class="fa fa-download"></i> Microbacteriaceae - Full data (8,385 pairs, 820 kB) |
| 99 | + <a class="btn btn-secondary btn-ufcg" href="resources/data/Microbacteriaceae_data.tsv.zip" role="button" rel="noopener noreferrer" style="float:none;margin-top:0;margin-bottom:2px"> |
| 100 | + <span style="font-size:.7rem;padding:0 2px">Microbacteriaceae_data.tsv</span></a> |
| 101 | + </p> |
| 102 | + </div> |
| 103 | + </section> |
| 104 | + <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> |
| 105 | + <div class="container"> |
| 106 | + <div class="navbar-header"> |
| 107 | + <a class="navbar-brand" href="/ezaai"><img src="images/ezaai_logowork-160px.svg" width="30"> EzAAI</a> |
| 108 | + </div> |
| 109 | + <button class="navbar-toggler" type="button" data-toggle="collapse" |
| 110 | + data-target="#navbarsExampleDefault" |
| 111 | + aria-controls="navbarsExampleDefault" aria-expanded="false" |
| 112 | + aria-label="Toggle navigation"> |
| 113 | + <span class="navbar-toggler-icon"></span> |
| 114 | + </button> |
| 115 | + <div class="collapse navbar-collapse" id="navbarsExampleDefault"> |
| 116 | + <ul class="navbar-nav mr-auto"> |
| 117 | + <li class="nav-item"><a class="nav-link" href="/ezaai">Home</a></li> |
| 118 | + <li class="nav-item"><a class="nav-link" href="/ezaai/tutorial">Tutorial</a></li> |
| 119 | + <li class="nav-item"><a class="nav-link" href="/ezaai/download">Download</a></li> |
| 120 | + <li class="nav-item"><a class="nav-link" href="https://github.com/endixk/ezaai" target="_blank" rel="noopener noreferrer"><i class="fa fa-github"></i> GitHub</a></li> |
| 121 | + <li class="nav-item"><a class="nav-link" href="/ezaai/data">Data</a></li> |
| 122 | + <li class="nav-item"><a class="nav-link" href="/ezaai/citation">Cite us</a></li> |
| 123 | + </ul> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + </nav> |
| 127 | + <script> |
| 128 | + $(document).ready(function() { |
| 129 | + var pname = window.location.pathname; |
| 130 | + var phead = '/ezaai'; |
| 131 | + if(pname.split('/').length > 2){ |
| 132 | + phead = phead + '/' + pname.split('/')[2]; |
| 133 | + } |
| 134 | + $('.navbar-nav > li > a[href="'+ phead +'"]').parent().addClass('active'); |
| 135 | + }) |
| 136 | + </script> |
| 137 | + <footer class="footer align-middle" style="padding:0 0;z-index:5"> |
| 138 | + <p style="height:3rem; margin-top:1rem!important">© <a class="a-footer" href="http://leb.snu.ac.kr/" target="_blank" rel="noopener noreferrer">Laboratory of Evolutionary Bioinformatics</a>, Seoul |
| 139 | + National University. 2021-</p> |
| 140 | + </footer> |
| 141 | +</body> |
| 142 | +</html> |
0 commit comments