-
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
Updating Containers #15
Conversation
|
'docker.io/python:3.11.6' : | ||
'python:3.11.6' }" | ||
'https://depot.galaxyproject.org/singularity/python%3A3.12' : | ||
'biocontainers/python:3.12' }" |
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.
I used the same container replacement for Aborview on SNVphyl, and it also seems to be working fine! I don't think there are any changes that will cause issues between python:3.12 and 3.11.6. We should do the same for gasclustering too, so that it is consistent.
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.
Sounds great. Thanks so much Steven :)
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 to me - I will be sure to make the python change to gasclustering
for Arborview 😸
Updates containers and supports dynamic containers.