Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kpash update samtools version #12

Merged
merged 3 commits into from
Oct 17, 2023
Merged

kpash update samtools version #12

merged 3 commits into from
Oct 17, 2023

Conversation

kiarod
Copy link
Contributor

@kiarod kiarod commented Oct 17, 2023

Description

Changed SamTools Version to 1.18

Closes #10

Testing Results

Docker Image Testing

  • I have tested the Docker image with the docker run command as described below.

Test the Docker image with at least one sample. Verify the new Docker image works using:

docker run -u $(id -u):$(id -g) –w <working-directory> -v <directory-you-want-to-mount>:<how-you-want-to-mount-it-within-the-docker> --rm <docker-image-name> <command-to-the-docker-with-all-parameters>

My command:

docker run --rm -u $(id -u):$(id -g) samtools:latest samtools --version

output:
samtools 1.18
Using htslib 1.18
Copyright (C) 2023 Genome Research Ltd.

Checklist

Formatting

File Updates

  • I have ensured that the version number update follows the versioning standards.

  • I have updated the version number in the Dockerfile, README.md and metadata.yaml files.

  • I have updated the dependencies and added my name to the maintainer list in the Dockerfile.

  • I have updated the feature changes in the README.md (optional).

  • I have added the changes included in this pull request to the CHANGELOG.md under the next release version or unreleased, and updated the date.

GitHub Packages Auto Build Rules

  • I have not manually pushed this Docker image to the uclahs-cds container registry (ghcr.io/uclahs-cds) on GitHub.

  • I have updated the image_name in the metadata.yaml which is required by GitHub action to automatically build and push the image.

@kiarod kiarod requested a review from yashpatel6 October 17, 2023 22:59
Copy link
Contributor

@yashpatel6 yashpatel6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor point but looks good!

CHANGELOG.md Outdated
@@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]

---
## [1.18] 2023-09-26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the date, it should be today's date; the date in the CHANGELOG is for when changes were made in the repo rather than dates related to any tools in the repo

Copy link
Contributor Author

@kiarod kiarod Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that makes sense will fix now!

@kiarod kiarod merged commit 5b8e799 into main Oct 17, 2023
@kiarod kiarod deleted the kpash-update-samtools-version branch October 17, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SAMtools 1.18 is available
2 participants