DrVale83/bioinfo:orthofinder
$ singularity pull shub://DrVale83/bioinfo:orthofinder
Singularity Recipe
Bootstrap: docker
From: ubuntu:latest
%labels
Topic Bioinformatics
Input FASTA
OrthoFinder 2.3.3
%environment
export PATH="$PATH:/opt/OrthoFinder-2.3.3/"
%post
apt-get update --fix-missing && apt-get install -y wget build-essential automake mcl ncbi-blast+ && rm -rf /var/lib/apt/lists/*
# Install FastME
cd /opt/
wget https://gite.lirmm.fr/atgc/FastME/raw/master/tarball/fastme-2.1.6.1.tar.gz
tar -xvzf fastme-2.1.6.1.tar.gz
rm fastme-2.1.6.1.tar.gz
cd fastme-2.1.6.1
./configure
make
make install
# Install Diamond
cd /opt
wget https://github.com/bbuchfink/diamond/releases/download/v0.9.22/diamond-linux64.tar.gz
tar xzf diamond-linux64.tar.gz
chmod 777 diamond
cp diamond /usr/bin
# Install mafft
wget https://mafft.cbrc.jp/alignment/software/mafft_7.427-1_amd64.deb
dpkg -i mafft_7.427-1_amd64.deb
# Install fasttree
wget http://www.microbesonline.org/fasttree/FastTree
chmod 777 FastTree
mv FastTree /usr/bin/
# Install OrthoFinder
cd /opt
wget https://github.com/davidemms/OrthoFinder/releases/download/2.3.3/OrthoFinder-2.3.3.tar.gz
tar -xvzf OrthoFinder-2.3.3.tar.gz
rm OrthoFinder-2.3.3.tar.gz
cd OrthoFinder-2.3.3/
ln -s /usr/bin/diamond
ln -s /usr/bin/mafft
ln -s /usr/bin/FastTree
apt-get remove -y wget build-essential automake
chmod -R 777 /opt/*
%runscript
exec orthofinder "$@"
Collection
- Name: DrVale83/bioinfo
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/DrVale83-bioinfo-orthofinder |
collection name | DrVale83/bioinfo |
branch | master |
tag | orthofinder |
commit | 93734416d097ed8c250ecd6902afd2fcccfab6a6 |
version (container hash) | 0983e113864ec809de2a6ed3fbdd2733 |
build date | 2021-03-19T20:23:12.178Z |
size (MB) | 474 |
size (bytes) | 188137503 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.