Skip to content

Commit

Permalink
Update test_cellranger_atac.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xies4 committed May 20, 2024
1 parent b862824 commit aeaeedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_cellranger_atac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]
paths:
- 'dockerhub_repos/cellranger-atac/**'

- '.github/workflows/test_cellranger_atac.yaml'
jobs:
test_cellranger_version:
runs-on: ubuntu-latest
Expand All @@ -19,8 +19,8 @@ jobs:
# Extract the expected version from the 'spaceranger --version' output
VERSION=$(docker run ccrsfifx/cellranger-atac:2.1.0 cellranger-atac --version | awk '{print $2}')
# Compare with the Docker Hub tag
if [[ "$VERSIONV" != "cellranger-atac-2.1.0" ]]; then
echo "Error: Cellranger-atac version ($VERSIONV) doesn't match Docker Hub tag (${{ steps.tag-info.outputs.tag }})"
if [[ "$VERSION" != "cellranger-atac-2.1.0" ]]; then
echo "Error: Cellranger-atac version ($VERSION) doesn't match Docker Hub tag (${{ steps.tag-info.outputs.tag }})"
exit 1
else
echo "Cellranger-atac version matches Docker Hub tag."
Expand Down

0 comments on commit aeaeedb

Please sign in to comment.