Skip to content

Commit

Permalink
Merge branch 'main' into ci/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Nov 25, 2024
2 parents fa97539 + 75a640b commit d70e05f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 471 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: set matrix
id: set-matrix
run: echo "images=$(find docker -maxdepth 2 -mindepth 2 -not -path "*/cellranger/*" | jq --raw-input --slurp --compact-output 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
run: echo "images=$(find docker -maxdepth 2 -mindepth 2 | jq --raw-input --slurp --compact-output 'split("\n")[:-1]')" >> $GITHUB_OUTPUT

build-images:
needs: list-images
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: set tags
id: set-tags
run: echo "tags=$(find tests -name '*.yaml' -exec yq --output-format yaml '.[].tags[] ' {} \;| sort | uniq | grep -vE 'deprecated|miniwdl|cellranger' | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
run: echo "tags=$(find tests -name '*.yaml' -exec yq --output-format yaml '.[].tags[] ' {} \;| sort | uniq | grep -vE 'deprecated|miniwdl' | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
pytest_check:
needs: list-tags
runs-on: ubuntu-latest
Expand All @@ -33,7 +33,7 @@ jobs:
pip install -r requirements-dev.txt
- name: filter tests
run: |
find tests -name '*.yaml' -exec yq --output-format yaml -i 'del(.[] | select(.tags[] | test("reference|deprecated|cellranger") ) )' {} \;
find tests -name '*.yaml' -exec yq --output-format yaml -i 'del(.[] | select(.tags[] | test("reference|deprecated") ) )' {} \;
- name: Run pytest-workflow
run: |
pytest --git-aware --basetemp /home/runner/work/pytest --symlink --tag ${{ matrix.tag }}
pytest --git-aware --basetemp /home/runner/work/pytest --symlink --tag ${{ matrix.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/sprocket-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@main
with:
exclude-patterns: template,scrnaseq,cellranger
exclude-patterns: template
4 changes: 2 additions & 2 deletions .github/workflows/sprocket-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: stjude-rust-labs/sprocket-action@main
with:
lint: true
exclude-patterns: template,scrnaseq,cellranger
exclude-patterns: template
deny-warnings: true
deny-notes: true
except: TrailingComma,ContainerValue
except: TrailingComma,ContainerValue
25 changes: 0 additions & 25 deletions docker/cellranger/1.1.1/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions tests/input/pbmc_1k_v3.tar.gz

This file was deleted.

5 changes: 0 additions & 5 deletions tests/tools/input_json/cellranger_count.json

This file was deleted.

38 changes: 0 additions & 38 deletions tests/tools/test_cellranger.yaml

This file was deleted.

189 changes: 0 additions & 189 deletions tools/cellranger.wdl

This file was deleted.

Loading

0 comments on commit d70e05f

Please sign in to comment.