gonzalobenegas commited on
Commit
1fde195
·
verified ·
1 Parent(s): 9a93c79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -119,17 +119,14 @@ snakemake --cores all results/dataset/{dataset}/{metric}/all/{feature_set}.Logis
119
  where `{feature_set}` should first be defined in `feature_sets` in `config/config.yaml` (this allows combining features defined in different files).
120
 
121
  ## Citation
122
- [Link to paper](https://www.biorxiv.org/content/10.1101/2025.02.11.637758v1)
123
  ```bibtex
124
  @article{traitgym,
125
- author = {Benegas, Gonzalo and Eraslan, Gokcen and Song, Yun S.},
126
- title = {Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics},
127
- elocation-id = {2025.02.11.637758},
128
- year = {2025},
129
- doi = {10.1101/2025.02.11.637758},
130
- publisher = {Cold Spring Harbor Laboratory},
131
- URL = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758},
132
- eprint = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758.full.pdf},
133
- journal = {bioRxiv}
134
  }
135
  ```
 
119
  where `{feature_set}` should first be defined in `feature_sets` in `config/config.yaml` (this allows combining features defined in different files).
120
 
121
  ## Citation
122
+ [Link to paper](https://www.biorxiv.org/content/10.1101/2025.02.11.637758v2)
123
  ```bibtex
124
  @article{traitgym,
125
+ title={Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics},
126
+ author={Benegas, Gonzalo and Eraslan, G{\"o}kcen and Song, Yun S},
127
+ journal={bioRxiv},
128
+ pages={2025--02},
129
+ year={2025},
130
+ publisher={Cold Spring Harbor Laboratory}
 
 
 
131
  }
132
  ```