-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsoftware.html
More file actions
executable file
·38 lines (35 loc) · 1.52 KB
/
Copy pathsoftware.html
File metadata and controls
executable file
·38 lines (35 loc) · 1.52 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
---
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>