Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srom committed Sep 24, 2024
1 parent 83b3492 commit 2087b77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ Code from paper:
- `figures/`: all unassembled figures as produced by the relevant notebooks.
- `data/`: input data and data produced by the scripts and notebooks in this repo.

## Install

```sh
git clone https://github.com/srom/archaea-vs-bacteria.git
cd archaea-vs-bacteria
conda env create -f environment.yml
conda activate AvB
```

Note: some of the larger files in `data/` are tracked with [Git Large File Storage](https://git-lfs.com/). They won't get downloaded with `git pull` or through GitHub's UI. To download these files, install `git-lfs` and use `git lfs pull`.

0 comments on commit 2087b77

Please sign in to comment.