Skip to content

Commit

Permalink
Merge pull request #61 from cancerit/feature/fixing_normals_image
Browse files Browse the repository at this point in the history
fixed Dockerfile generation version and config test calling
  • Loading branch information
CharlesNunn001 authored Jun 6, 2024
2 parents 1199a47 + f26725f commit e3ca51b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH caveman -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH cgpFlagCaVEMan.pl --version
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH caveman.pl -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH generateCavemanUMNormVCF -h
if [ "$CIRCLE_TAG" = "$BRANCH_OR_TAG" ]; then
echo 'Pushing image'
docker push $IMAGE_NAME:$CLEAN_BRANCH
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 1.19.2

- Update ci to include copying generateCavemanUMNormVCF into the image

## 1.19.1

- Update Dockerfile to include copying generateCavemanUMNormVCF into the image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM ubuntu:20.04

LABEL maintainer="[email protected]" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="1.18.3" \
version="1.19.2" \
description="cgpCaVEManWrapper docker"


Expand Down

0 comments on commit e3ca51b

Please sign in to comment.