Skip to content

Commit 9fed8fe

Browse files
authored
Add BibTeX entry and citation to MSA Transformer paper
1 parent 9723951 commit 9fed8fe

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Phylogeny-MSA-Transformer
2-
Supporting repository for "Protein language models trained on multiple sequence alignments learn phylogenetic relationships" (preprint: https://doi.org/10.1101/2022.03.29.486219)
2+
3+
Supporting repository for ["Protein language models trained on multiple sequence alignments learn phylogenetic relationships" (Lupo, Sgarbossa, and Bitbol, 2022)](https://doi.org/10.1101/2022.03.29.486219). The MSA Transformer model used here was introduced in [(Rao el al, 2021)](https://proceedings.mlr.press/v139/rao21a.html).
34

45
## Getting started
56

@@ -15,6 +16,7 @@ python -m pip install -U -r requirements.txt
1516
```
1617

1718
## Requirements
19+
1820
In order to run the notebooks, the following python packages are required:
1921

2022
- tqdm
@@ -26,3 +28,19 @@ In order to run the notebooks, the following python packages are required:
2628

2729
``prody`` and ``HMMER`` are required to run the Python script ``data/Pfam_Seed/fetch_seed_MSAs.py``, if you wish to create new
2830
Pfam full MSAs instead of using the ones provided.
31+
32+
### Citation
33+
34+
Our work can be cited using the following BibTeX entry:
35+
36+
```bibtex
37+
@misc{lupo2022protein,
38+
title={Protein language models trained on multiple sequence alignments learn phylogenetic relationships},
39+
author={Lupo, Umberto and Sgarbossa, Damiano and Bitbol, Anne-Florence},
40+
year={2022},
41+
doi={10.1101/2022.03.29.486219},
42+
url={https://www.biorxiv.org/content/early/2022/03/30/2022.03.29.486219},
43+
eprint={https://www.biorxiv.org/content/early/2022/03/30/2022.03.29.486219.full.pdf},
44+
journal={bioRxiv}
45+
}
46+
```

0 commit comments

Comments
 (0)