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

Specify version number for installed software #31

Closed
arisp99 opened this issue Mar 16, 2022 · 0 comments · Fixed by #32
Closed

Specify version number for installed software #31

arisp99 opened this issue Mar 16, 2022 · 0 comments · Fixed by #32
Labels
maintenance 🛠️ code maintenance, clarity, styling, etc.
Milestone

Comments

@arisp99
Copy link
Member

arisp99 commented Mar 16, 2022

We may want to consider fixing the versions of the installed software in our container. I know that this has been mentioned by @JeffAndBailey a couple of times in conversation. I am not sure that we need to fix the versions for every piece of software installed in the container but it may be useful to fix the versions for larger pieces of software.

Currently, we install software using apt-get, conda, mamba, git, wget, and some packages through R via the use of install.packages(). Of these, my initial thought would be to update system packages (installed via apt-get) on build but fix all other software.


The software we install with each system can be found below...

conda

  • mamba

mamba

  • r
  • python
  • bcftools
  • samtools
  • vcftools
  • freebayes
  • gatk4
  • a ton of other packages...

git

wget

install.packages()

@arisp99 arisp99 added the maintenance 🛠️ code maintenance, clarity, styling, etc. label Mar 16, 2022
@arisp99 arisp99 added this to the 1.0.0 milestone Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance 🛠️ code maintenance, clarity, styling, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant