-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsoftware.html
executable file
·50 lines (47 loc) · 2.02 KB
/
software.html
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
---
layout: hidden_page
hidden_title: Software
permalink: /software/
---
<div class="home">
Below are links to programs either developed by the lab or developed through collaborators. Relevant publications are also included.
<br><br>
<table style="width:100%">
<tr>
<td><b>Program Download</b></td>
<td><b>Publication</b></td>
</tr>
<tr>
<td><a href="https://github.com/ANGSD-wrapper/angsd-wrapper" rel="external">ANGSD-wrapper</a></td>
<td><a href="https://doi.org/10.1111/1755-0998.12578" rel="external">Utilities for analyzing next-generation sequencing data</a></td>
</tr>
<tr>
<td><a href="https://github.com/carte731/SNP_Context" rel="external">SNP_Context</a></td>
<td><a href="https://doi.org/10.1093/g3journal/jkab431" rel="external">Isolation of sequence flanking variants</a></td>
</tr>
<tr>
<td><a href="https://github.com/MorrellLAB/BAD_Mutations" rel="external">BAD_Mutations</a></td>
<td><a href="https://doi.org/10.1534/g3.118.200563" rel="external">Prediction of deleterious mutations</a></td>
</tr>
<tr>
<td><a href="https://github.com/pmorrell/EDUT" rel="external">EDUT</a></td>
<td><a href="http://bioinformatics.oxfordjournals.org/content/23/14/1807.abstract" rel="external">Error Detection Using Triplets</a></td>
</tr>
<tr>
<td><a href="https://github.com/MorrellLAB/SNPMeta" rel="external">SNP_Meta</a></td>
<td><a href="https://doi.org/10.1111/1755-0998.12183" rel="external">Single Nucleotide Polymorphisms meta data collection</a></td>
</tr>
</table>
</div>
<!-- Start Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19694768-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics -->