Skip to content
Snippets Groups Projects

Initiate développement release 2.32

Merged Hadi Quesneville requested to merge dev into dev-2.32
2 files
+ 16
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,10 +46,7 @@ Usage:
%post
#essential stuff but minimal
apt update_seqtreatedfile
#for security fixe:
#apt upgrade -y
apt install -y wget bzip2
apt-get update && apt-get install wget -y
#install conda
cd /opt
@@ -69,11 +66,11 @@ Usage:
#install blast version 2.9.0
conda install -c bioconda blast=2.9.0
#install TE_finder version 2.30
apt -y install cmake
apt -y install g++
apt -y install libcppunit-dev
apt -y install git
#install TE_finder version 2.31
apt-get install cmake -y
apt-get install g++ -y
apt-get install libcppunit-dev -y
apt-get install git -y
cd /opt
mkdir TE_finder
cd TE_finder
@@ -89,5 +86,5 @@ Usage:
#cleanup
conda clean -y --all
rm -f /opt/miniconda.sh
apt autoremove --purge
apt clean
apt-get autoremove --purge
apt-get clean
Loading