Skip to content

Commit

Permalink
Include sqlite in Singularity, for #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Jul 26, 2021
1 parent 548cea6 commit d539b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d539b0a

Please sign in to comment.