From d539b0ada7b744a15e0a64b93a9d6157be6ee479 Mon Sep 17 00:00:00 2001 From: donkirkby Date: Mon, 26 Jul 2021 10:52:55 -0700 Subject: [PATCH] Include sqlite in Singularity, for #10. --- Singularity | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Singularity b/Singularity index 524fb26..81b4cfa 100644 --- a/Singularity +++ b/Singularity @@ -27,7 +27,8 @@ From: centos:7 yum groupinstall -q -y 'development tools' yum install -q -y epel-release - yum install -q -y unzip wget fontconfig bzip2-devel xz-devel openssl-devel libffi-devel + yum install -q -y unzip wget fontconfig bzip2-devel xz-devel openssl-devel \ + libffi-devel sqlite-devel echo ===== Installing MAFFT ===== >/dev/null wget -q https://mafft.cbrc.jp/alignment/software/mafft-7.486-gcc_fc6.x86_64.rpm