This is an installer for https://bitbucket.org/doxeylab/metannotate/ when you don't want the command-line version and just want the web server You need about 40G of space to store all files (including a Refseq database)
We package everything in a docker container that is similar to virtualbox to make it easy to install.
- Download docker by running
wget -qO- https://get.docker.com/ | sh
- Download this project at https://bitbucket.org/doxeylab/metannotateinstaller/downloads
- Unzip and go to the project folder by
cd
command, runbash ./install.sh
- You might need to enter password of your machine
- Download docker at https://docs.docker.com/docker-for-mac/
- Download this project at https://bitbucket.org/doxeylab/metannotateinstaller/downloads
- Unzip and go to the project folder by
cd
command, runbash ./install.sh
- You might need to enter password of your machine
The installation typically takes 2 hours, depending on network speed.
You should do this before you run bash start-server.sh
bash check-status.sh
Don't start until the installation has finished. (the database might not be complete)
Step 1:
The following script will output the URL that you should open in browser
bash start-server.sh
Step 2:
Please bookmark that address and always check if the server has already started. Repeated starting cancels existing jobs.
A job may take hours or days if there are many HMM files. With the HMMSearch and FastTreeMap step being the longest.
The USEARCH option is faster and does not construct phylogenetic tree.
You can uninstall and reinstall by
bash uninstall.sh
bash install.sh