Skip to content

Commit

Permalink
update scadvanced setup/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Dec 3, 2024
1 parent 56c41c7 commit 6d99d12
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scRNA-seq-advanced/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,33 @@ snakemake -j2
```

This will place the downloaded files in `/shared/data/training-modules/scRNA-seq-advanced/data/pancreas`


### Ewing Sarcoma

The data for these samples comes from project `SCPCP000015` in the [ScPCA Portal](https://scpca.alexslemonade.org/projects/SCPCP000015).

The included script uses the [`download-data.py` from the `OpenScPCA-analysis` repository](https://github.com/AlexsLemonade/OpenScPCA-analysis/blob/main/download-data.py) to download a set of processed library files.

To produce the files, change directories to the `setup/ewing-sarcoma` directory and run:

```sh
./download-openscpca-data.sh
```

For additional script options, refer to `ewing-sarcoma/README.md`.


### Wilms tumor

The data for this sample comes from project `SCPCP000006` in the [ScPCA Portal](https://scpca.alexslemonade.org/projects/SCPCP000006).

The included script uses the [`download-data.py` from the `OpenScPCA-analysis` repository](https://github.com/AlexsLemonade/OpenScPCA-analysis/blob/main/download-data.py) to download a set of processed library files.

To produce the files, change directories to the `setup/wilms-tumor` directory and run:

```sh
./download-openscpca-data.sh
```

For additional script options, refer to `wilms-tumor/README.md`.

0 comments on commit 6d99d12

Please sign in to comment.