Skip to content

Commit

Permalink
Merge pull request #59 from lucas-diedrich/dataset
Browse files Browse the repository at this point in the history
Added DIANN and alphaDIA reports to artifact
  • Loading branch information
lucas-diedrich authored Feb 3, 2025
2 parents a8c1b7d + b49764f commit d9c46f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare_test_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,23 @@ jobs:
curl -o ./data/zeiss.zip https://datashare.biochem.mpg.de/s/k2C6sg0qrXBdWdc/download
curl -o ./data/blobs.zip https://datashare.biochem.mpg.de/s/0oTGB6xpUaWIaVh/download
curl -o ./data/triangles.zip https://datashare.biochem.mpg.de/s/zneNg7QxZNM2wSm/download
curl -o ./data/omics.zip https://datashare.biochem.mpg.de/s/a9bTNCXBYgE5n5S/download
- name: Unzip files
run: |
unzip ./data/openslide-mirax.zip -d ./data/openslide-mirax
unzip ./data/zeiss.zip -d ./data/zeiss
unzip ./data/blobs.zip -d ./data/blobs
unzip ./data/triangles.zip -d ./data
unzip ./data/omics.zip -d ./data
- name: Remove archives
run: |
rm ./data/openslide-mirax.zip
rm ./data/zeiss.zip
rm ./data/blobs.zip
rm ./data/triangles.zip
rm ./data/omics.zip
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d9c46f5

Please sign in to comment.