@@ -8,7 +8,12 @@ permalink: /software
8
8
9
9
### Software
10
10
11
- #### Maintained by current members or functional with active users
11
+ #### Developed by current members and functional
12
+
13
+ * [ Minimap2] [ sw-minimap2 ] : widely used long-read aligner,
14
+ published in [ Li (2018)] [ pub-minimap2a ] and [ Li (2021)] [ pub-minimap2b ] .
15
+ * [ BWA] [ sw-bwa ] : widely used short-read aligner,
16
+ published in [ Li and Durbin (2009)] [ pub-bwa1 ] , [ Li and Durbin (2010)] [ pub-bwa2 ] and [ Li (2013)] [ pub-bwa3 ] .
12
17
13
18
#### Developed by past members or maintained by others
14
19
@@ -17,13 +22,14 @@ permalink: /software
17
22
Now part of the samtools project.
18
23
* [ Samtools] [ sw-samtools ] : utilities for manipulating alignments in the SAM format.
19
24
Initially published in [ Li et al (2009)] [ pub-samtools1 ] , [ Li (2011a)] [ pub-samtools2 ] and [ Li (2011b)] [ pub-samtools3 ] .
20
- Now maintained by Sanger since 2013.
25
+ Maintained by Sanger since 2013.
26
+ * [ TreeBeST] [ sw-treebest ] : the core engine behind TreeFam for tree building.
27
+ Some components are described in [ PI's thesis] [ pub-thesis ] .
28
+ Maintained by Ensembl Compara.
21
29
22
30
### Resources
23
31
24
- #### Published resources
25
-
26
- These resources have been updated since publication:
32
+ #### Updated resources since publication
27
33
28
34
* Ropebwt3 indices [ for human] [ res-rb3-human ] and [ for bacteria] [ res-rb3-bac ] ,
29
35
initially published in [ Li (2024)] [ pub-rb3 ] .
@@ -41,7 +47,7 @@ These resources have been updated since publication:
41
47
* [ TreeFam] [ web-treefam ] : database of animal gene trees.
42
48
Published in [ Li et al (2006)] [ pub-treefam1 ] and [ Ruan et al (2008)] [ pub-treefam2 ] ,
43
49
and described in [ PI's thesis] [ pub-thesis ] .
44
- No longer maintained.
50
+ No longer maintained since 2013 .
45
51
46
52
[ res-rb3-human ] : https://doi.org/10.5281/zenodo.13948741
47
53
[ res-rb3-bac ] : https://doi.org/10.5281/zenodo.11533210
@@ -63,3 +69,11 @@ These resources have been updated since publication:
63
69
[ pub-treefam1 ] : https://pubmed.ncbi.nlm.nih.gov/16381935/
64
70
[ pub-treefam2 ] : https://pubmed.ncbi.nlm.nih.gov/18056084/
65
71
[ pub-thesis ] : https://github.com/lh3/thesis
72
+ [ sw-treebest ] : https://github.com/Ensembl/treebest
73
+ [ sw-minimap2 ] : https://github.com/lh3/minimap2
74
+ [ pub-minimap2a ] : https://pubmed.ncbi.nlm.nih.gov/29750242/
75
+ [ pub-minimap2b ] : https://pubmed.ncbi.nlm.nih.gov/34623391/
76
+ [ sw-bwa ] : https://github.com/lh3/bwa
77
+ [ pub-bwa1 ] : https://pubmed.ncbi.nlm.nih.gov/19451168/
78
+ [ pub-bwa2 ] : https://pubmed.ncbi.nlm.nih.gov/20080505/
79
+ [ pub-bwa3 ] : https://arxiv.org/abs/1303.3997
0 commit comments