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

Update to SAMtools v1.14 #3

Merged
merged 6 commits into from
Feb 15, 2022
Merged

Update to SAMtools v1.14 #3

merged 6 commits into from
Feb 15, 2022

Conversation

aybeshlikyan
Copy link

Checklist

Formatting

File Updates

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

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

  • I have updated the version number/feature changes in the README.md.

  • I have updated the version number and added my name to the contributors list in the metadata.yaml.

  • 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.

  • I have drafted the new version release with any additions/changes and have linked the CHANGELOG.md in the release.

Docker Hub Auto Build Rules

  • I have created automated build rules following this page and I have not manually pushed this Docker image to the blcdsdockerregistry on Docker Hub.

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 build -t test-samtools .
docker run -it --rm test-samtools whoami
docker run -it --rm test-samtools groups
docker run -it --rm test-samtools samtools --version

Description

Updates to SAMtools 1.14 and installs using Mamba instead of Conda.
Adds 'blocker' user/group to the container.
Adds PR template to repository.

metadata.yaml Outdated
@@ -2,10 +2,9 @@
Category: 'docker'
Description: 'Docker repository for SAMtools'
Maintainers: ['rhughwhite@mednet.ucla.edu']
Contributors: ['Rupert Hugh-White', 'Helena Winata']
Contributors: ['Rupert Hugh-White', 'Helena Winata', 'Arpi Beshlikyan']
Languages: ['Docker', 'bash']
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we replaced this with Dockerfile by following GitHub. (see template)

Copy link
Author

Choose a reason for hiding this comment

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

I just changed it to Languages: ['Dockerfile', 'bash']
Should it be just Languages: ['Dockerfile'] without "bash"?

Copy link
Contributor

Choose a reason for hiding this comment

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

Right, I don't think we need bash here based on the languages section (100% Dockerfile)

@aybeshlikyan aybeshlikyan force-pushed the abesh-update-samtools-1.14 branch from 271aa16 to 3b609fe Compare February 15, 2022 00:38
@aybeshlikyan aybeshlikyan merged commit b336e9c into main Feb 15, 2022
@aybeshlikyan aybeshlikyan deleted the abesh-update-samtools-1.14 branch February 15, 2022 00:40
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.

2 participants