You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SCP Ingest Pipeline is an ETL pipeline for single-cell RNA-seq data.
9
9
@@ -27,21 +27,21 @@ cd scp-ingest-pipeline
27
27
python3 -m venv env --copies
28
28
source env/bin/activate
29
29
pip install -r requirements.txt
30
-
scripts/setup-mongo-dev.sh <PATH_TO_YOUR_VAULT_TOKEN> # E.g. ~/.github-token
30
+
source scripts/setup-mongo-dev.sh
31
31
```
32
32
33
33
### Docker
34
34
35
-
With Docker running and Vault active on your local machine, run:
35
+
With Docker running and `gcloud` authenticated on your local machine, run:
36
36
37
37
```
38
-
scripts/docker-compose-setup.sh -t <PATH_TO_YOUR_VAULT_TOKEN> # E.g. ~/.github-token
38
+
scripts/docker-compose-setup.sh
39
39
```
40
40
41
41
If on Apple silicon Mac (e.g. M1), and performance seems poor, consider generating a docker image using the arm64 base. Example test image: gcr.io/broad-singlecellportal-staging/single-cell-portal:development-2.2.0-arm64, usage:
0 commit comments