1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
<!DOCTYPE html>
<html lang="{{ site.language }}">
<head>
{% capture title %}{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}{% endcapture %}
{% include page-url-resolver.html page=page %}
{% if page.excerpt %}
{% assign description = page.excerpt | strip_html | strip_newlines | truncate: 160 %}
{% else %}
{% assign description = site.description %}
{% endif %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
<meta name="description" content="{{ description }}">
<link rel="shortcut icon" href="{{ site.favicon | prepend: site.baseurl }}" type="image/x-icon">
<link rel="canonical" href="{{ url }}">
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.baseurl }}" />
{% if page.eye_catch %}
{% assign ogp_image_url = page.eye_catch %}
{% else %}
{% assign ogp_image_url = site.ogp.image_url %}
{% endif %}
<meta property="og:title" content="{{ title }}" />
<meta property="og:type" content="website" />
<meta property="og:image" content="{{ ogp_image_url }}" />
<meta property="og:url" content="{{ url }}" />
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="fb:admins" content="{{ site.ogp.fb.admin }}" />
<meta property="fb:app_id" content="{{ site.ogp.fb.app_id }}" />
<meta property="og:description" content="{{ description }}" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://use.fontawesome.com/1f5f360d80.js"></script>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet">
<link href="{{ '/assets/css/style.css' | prepend: site.baseurl }}" rel="stylesheet">
</head>
<body>
<header class="site-header">
<div class="inner clearfix">
{% if site.avatar %}
<a href="{{ '/' | prepend: site.baseurl }}">
<img class="avatar" src="{{ site.avatar | prepend: site.baseurl }}" alt=""/>
</a>
{% endif %}
<h1 class="clearfix">
<a class="title {% if site.avatar == null %}slim{% endif %}" href="{{ '/' | prepend: site.baseurl }}">{{ site.title }}</a>
<br><span class="description">{{ site.description }}</span>
</h1>
</div>
</header>
<div class="site-container">
<div class="site-content">
{{ content }}
</div>
<aside class="site-aside">
<div class="inner">
<div class="block">
<form action="{{ site.baseurl }}/search">
<input type="search" id="search" name="q" placeholder="{{ site.str_search }}" />
</form>
</div>
<div class="block">
<ul>
{% assign pages = site.pages | where: "category", "main" | sort: 'order' %}
{% for page in pages %}
{% if page.title and page.hide != true %}
<li><a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
<!--
<ul class="icons">
{% include icons.html icons=site.icons %}
</ul>
<hr class="with-no-margin margin-bottom"/>
-->
<div class="block">
<h2>Funding</h2>
<br>
<div style="font-size: 0.8em">
This work was supported in part by the National Human Genome Research Institute under grants R01-HG006102 and R01-HG006677,
and NIH grants R01-LM06845 and R01-GM083873 and NSF grant CCF-0347992 to Steven L. Salzberg
and by the Cancer Prevention Research Institute of Texas under grant RR170068 and NIH grant R01-GM135341 to Daehwan Kim
</div>
</div>
<div class="block">
<h2>Getting Help</h2>
<br>
Please use <a href="mailto:hisat2.genomics@gmail.com">hisat2.genomics@gmail.com</a> for private communications only. Please do not email technical questions to HISAT2 contributors directly.
</div>
<div class="block">
<h2>Publications</h2>
<div style="font-size: 0.8em">
<ul>
<li>Kim, D., Paggi, J.M., Park, C. <i>et al.</i> <a class="publication" href="https://doi.org/10.1038/s41587-019-0201-4">Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype.</a> <a class="publication" href="https://www.nature.com/nbt/"><i>Nat Biotechnol</i></a> <b>37</b>, 907–915 (2019).</li>
<li>Kim D, Langmead B and Salzberg SL. <a class="publication" href="https://doi.org/10.1038/nmeth.3317">HISAT: a fast spliced aligner with low memory requirements.</a> <a class="publication" href="https://www.nature.com/nmeth/"><i>Nature Methods</i></a> 2015</li>
<li>Pertea M, Kim D, Pertea G, Leek JT and Salzberg SL. <a class="publication" href="https://doi.org/10.1038/nprot.2016.095">Transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown.</a> <a class="publication" href="https://www.nature.com/nprot/"><i>Nature Protocols</i></a> 2016</li>
</ul>
</div>
</div>
<div class="block">
<h2>Contributors</h2>
<ul>
{% for item in site.data.contributor %}
<li>
{% if item.url contains "http://" or item.url contains "https://" %}
<a class="page-link" href="{{ item.url }}">{{ item.name }}</a>
{% else %}
<a class="page-link" href="{{ item.url | prepend: site.baseurl }}">{{ item.name }}</a>
{% endif %}
</li>
{% endfor %}
</ul>
</div>
{% if site.data.collaborate %}
<div class="block">
{% for item in site.data.collaborate %}
<ul style="text-align: center">
<a href="{{ item.url }}">
<img class="avatar" src="{{ item.logo | prepend: site.baseurl }}" alt="{{ item.name }}" />
</a>
</ul>
{% endfor %}
</div>
{% endif %}
<!--
<div class="block sticky">
<h2>{{ site.str_recent_posts }}</h2>
<ul>
{% assign posts = '' | split: '' %}
{% for post in site.posts %}
{% if post.hide != true %}
{% assign posts = posts | push: post %}
{% endif %}
{% endfor %}
{% assign posts = posts | sort: 'date' | reverse %}
{% for post in posts limit:site.recent_posts_num %}
<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
-->
</div>
</aside>
</div>
<footer class="site-footer">
<div class="inner">
<span>Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://github.com/ttskch/jekyll-ttskch-theme">TtskchTheme</a></span>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="{{ '/assets/lib/garand-sticky/jquery.sticky.js' | prepend: site.baseurl }}"></script>
<script src="{{ '/assets/js/script.js' | prepend: site.baseurl }}"></script>
{% if page.id %}
<script src="{{ '/assets/js/header-link.js' | prepend: site.baseurl }}"></script>
{% endif %}
{% if page.permalink == '/search/' %}
<script src="{{ '/assets/js/search.js' | prepend: site.baseurl }}"></script>
{% endif %}
{% include fb-root.html %}
{% include google-analytics.html %}
</body>
</html>
|