-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdownloads.html
More file actions
61 lines (58 loc) · 3.29 KB
/
downloads.html
File metadata and controls
61 lines (58 loc) · 3.29 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>VCFtools</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">VCFtools</h1>
<p class="header">A set of tools written in Perl and C++ for working with VCF files.</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="examples.html">Documentation</a></li>
<li class="download"><a class="buttons" href="https://github.com/vcftools/vcftools/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/vcftools/vcftools/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/vcftools/vcftools">View On GitHub</a></li>
</ul>
</header>
<section>
<h2>Downloading VCFtools</h2>
<p>The <strong>current version</strong> can be downloaded in tar or zip format from the project's github repository via the links on the left or on the page here:</p>
<p class="codebox" style="text-align: center;"><a href="https://github.com/vcftools/vcftools">https://github.com/vcftools/vcftools</a></p>
<h2>Downloading with git</h2>
<p>The <strong>latest version</strong> can be downloaded through the git client. If git is installed, run the following command:</p>
<p class="codebox" style="text-align: center;">git clone https://github.com/vcftools/vcftools.git</p>
<p>The above command is required to be run only once, for any subsequent updates run the following command from your local vcftools directory:</p>
<p class="codebox" style="text-align: center;">git pull https://github.com/vcftools/vcftools.git master</p>
<h2>Downloading older releases</h2>
<p>It is not recommended, but you may download <strong>older releases</strong> from the project's previous page on Sourceforge here:</p>
<p class="codebox" style="text-align: center;"><a href="https://sourceforge.net/projects/vcftools/files/">https://sourceforge.net/projects/vcftools/files/</a></p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a></small></p>
<p>Copyright 2015 © VCFtools</p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-272183-4");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>