Skip to content

Commit

Permalink
cd into the expected place
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 5, 2024
1 parent 185be66 commit e0f56dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
# Note: all three files are renamed during the download to trim the "subsample_" prefix
- name: Preparing the data
run: |
mkdir -p teaseq/ingest/data.dir
curl -o teaseq/ingest/data.dir/adt.h5ad https://figshare.com/ndownloader/files/41671551
curl -o teaseq/ingest/data.dir/atac.h5ad https://figshare.com/ndownloader/files/41671554
curl -o teaseq/ingest/data.dir/rna.h5ad https://figshare.com/ndownloader/files/41671557
mkdir -p teaseq/ingest && cd teaseq/ingest
mkdir data.dir
curl -o data.dir/adt.h5ad https://figshare.com/ndownloader/files/41671551
curl -o data.dir/atac.h5ad https://figshare.com/ndownloader/files/41671554
curl -o data.dir/rna.h5ad https://figshare.com/ndownloader/files/41671557
# Note: we run the following to test that the commands works
# However, the following task will replacing the file anyway
Expand Down

0 comments on commit e0f56dc

Please sign in to comment.