-
Notifications
You must be signed in to change notification settings - Fork 0
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 samtools version + update actions + clean up #19
update samtools version + update actions + clean up #19
Conversation
did check versions of packages installed via apt, the correct versions are listed
it's skipping the checks on PR--not sure if that's intentional with the actions we use, it's been a while since i've worked on an image. PR is off draft now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
||
- name: Set up Git | ||
run: | | ||
git config --global user.name "eipmgithubsvc1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should likely use secrets
, but it's ok for now
originally this was going to be just updating the version of samtools to 1.19 from 1.9, but i noticed a lot of extraneous files (because we didn't need
transformBAM.sh
in here, and it does not work directly with samtools v1.19) and also took the opportunity to update to the new github actions.marking this as a draft to see if the actions work correctly and the image builds before making this ready.
note: the base image (rocker/tidyverse:4.2.2) does not have linux/arm64 available