You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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 throughR
via the use ofinstall.packages()
. Of these, my initial thought would be to update system packages (installed viaapt-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
git
msa2vcf
(throughjvarkit
)vt
MIPWrangler
elucidator
wget
conda
(viaminiconda
)install.packages()
magrittr
McCOILR
rehh
The text was updated successfully, but these errors were encountered: