Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the code to download the data
  • Loading branch information
hjruscheweyh authored Jan 11, 2022
1 parent bb9b5dd commit 98a0a09
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OM-RGC v2
This repository is associated with the paper [Salazar *et al.* (2019). **Gene expression changes and community turnover differentially shape the global ocean metatranscriptome**. Cell](https://doi.org/10.1016/j.cell.2019.10.014).

> [Salazar et al., **Gene expression changes and community turnover differentially shape the global ocean metatranscriptome**, *Cell*, 2019](https://doi.org/10.1016/j.cell.2019.10.014)

## Data

Expand All @@ -8,8 +10,14 @@ This repository is associated with the paper [Salazar *et al.* (2019). **Gene ex

## Scripts

The data used for the production of figures is not synchronized here but can be downloaded with `sh analysis/Download_data.sh`.
The data used for the production of figures is not synchronized here but can be downloaded with:

```bash
git clone https://github.com/SushiLab/omrgc_v2_scripts
cd omrgc_v2_scripts/analysis/
sh Download_data.sh
```

* [**analysis**](https://github.com/SushiLab/omrgc_v2_scripts/tree/master/analysis): Folder containing the scripts and external resources to produce data, tables and figures.
* **analysis**: Folder containing the scripts and external resources to produce data, tables and figures.
- **lib**: Contains some R functions and external resources used by the scripts.
- **scripts\_for_figures**: Scripts to produce the tables and figures of the paper.

0 comments on commit 98a0a09

Please sign in to comment.