Skip to content

Commit 1d4498b

Browse files
committed
added a few more; to update later...
1 parent 5c0bd74 commit 1d4498b

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

_pages/software.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ permalink: /software
88

99
### Software
1010

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].
1217

1318
#### Developed by past members or maintained by others
1419

@@ -17,13 +22,14 @@ permalink: /software
1722
Now part of the samtools project.
1823
* [Samtools][sw-samtools]: utilities for manipulating alignments in the SAM format.
1924
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.
2129

2230
### Resources
2331

24-
#### Published resources
25-
26-
These resources have been updated since publication:
32+
#### Updated resources since publication
2733

2834
* Ropebwt3 indices [for human][res-rb3-human] and [for bacteria][res-rb3-bac],
2935
initially published in [Li (2024)][pub-rb3].
@@ -41,7 +47,7 @@ These resources have been updated since publication:
4147
* [TreeFam][web-treefam]: database of animal gene trees.
4248
Published in [Li et al (2006)][pub-treefam1] and [Ruan et al (2008)][pub-treefam2],
4349
and described in [PI's thesis][pub-thesis].
44-
No longer maintained.
50+
No longer maintained since 2013.
4551

4652
[res-rb3-human]: https://doi.org/10.5281/zenodo.13948741
4753
[res-rb3-bac]: https://doi.org/10.5281/zenodo.11533210
@@ -63,3 +69,11 @@ These resources have been updated since publication:
6369
[pub-treefam1]: https://pubmed.ncbi.nlm.nih.gov/16381935/
6470
[pub-treefam2]: https://pubmed.ncbi.nlm.nih.gov/18056084/
6571
[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

Comments
 (0)