Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johli authored Oct 22, 2024
1 parent f83f4d9 commit 9736924
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd borzoi
pip install -e .
```

To train new models, the [westminster repository](https://github.com/calico/westminster.git) is also required and can be installed with these commands (*this repo is not yet available, but will be made public soon*):
To train new models, the [westminster repository](https://github.com/calico/westminster.git) is also required and can be installed with these commands:
```sh
git clone https://github.com/calico/westminster.git
cd westminster
Expand Down Expand Up @@ -104,6 +104,11 @@ For example, here are the weights, targets, and parameter file of a model traine
[Borzoi K562 RNA-seq Targets](https://storage.googleapis.com/seqnn-share/borzoi/mini/k562_rna/hg38/targets.txt)<br/>
[Borzoi K562 RNA-seq Parameters](https://storage.googleapis.com/seqnn-share/borzoi/mini/k562_rna/params.json)<br/>

*Note*: To list the contents of the mini model repository, use gsutil:
```
gsutil ls gs://seqnn-share/borzoi/mini
```

### Data Availability
The training data for Borzoi can be downloaded from the following URL:

Expand Down

0 comments on commit 9736924

Please sign in to comment.