Skip to content

Commit

Permalink
Updated test script and config
Browse files Browse the repository at this point in the history
  • Loading branch information
cellgeni committed Jan 21, 2025
1 parent 89c2d05 commit f8aa5a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,23 @@ jobs:
matrix:
include:
- series_id: GSE191067
subset_list: ""
- series_id: GSE264508
subset_list: ""
- series_id: GSE274955
- series_id: GSE250130
subset_list: ""
- series_id: GSE250130
subset_list: ""
- series_id: E-MTAB-9221
subset_list: ""
- series_id: GSE111360
subset_list: ${{ github.workspace }}/test_data/GSE111360/GSE111360.subset.list
- series_id: GSE117988
subset_list: ""
- series_id: GSE160513
subset_list: ""
- series_id: PRJNA511433
subset_list: ""

steps:
- name: Checkout repository
Expand All @@ -30,4 +44,4 @@ jobs:
run: |
chmod +x ./scripts/*
chmod +x ./tests/test_metadata.sh
./tests/test_metadata.sh ${{ matrix.series_id }}
./tests/test_metadata.sh ${{ matrix.series_id }} $${{ matrix.subset_list }}
2 changes: 1 addition & 1 deletion tests/test_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

if [ "$#" -lt 1 ]; then
echo "Usage: $0 <GSE_ID> <sample_list>"
echo "Usage: $0 <SERIES> <sample_list>"
exit 1
fi

Expand Down

0 comments on commit f8aa5a2

Please sign in to comment.