Skip to content

Commit

Permalink
changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Apr 29, 2024
1 parent c07a5f1 commit d858659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/visualization-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
# Note: all three files are renamed during the download to trim the "subsample_" prefix
- name: Preparing the data
run: |
mkdir -p teaseq/vis/data && cd teaseq/vis/data
curl -L -o teaseq_clustered.h5mu https://figshare.com/ndownloader/files/44795785
mkdir -p teaseq/vis/data && cd teaseq/vis/data
curl -L -o teaseq_clustered.h5mu https://figshare.com/ndownloader/files/43246446
- name: Preparing the data
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash -el {0}
run: |
cd teaseq/vis
panpipes vis make full -p 1 --local
panpipes vis make full --local
- name: File tree
if: always()
Expand Down

0 comments on commit d858659

Please sign in to comment.