-
Notifications
You must be signed in to change notification settings - Fork 1
Do not use this guide (How to install PROTzilla)
- PowerShell or CMD with access to Git
- Python version 3.11 and above
- Desktop development with C++ (Download from Visual Studio C++ Build Tools)
- Visual Studio C++ 14.0 and above
- Anaconda
Note: If Anaconda is not installed, the installation script for PROTzilla will automatically install Miniconda 3.
-
Download and Extract Repository:
- Download the git repository from PROTzilla GitHub page and extract the files into a folder.
-
Run Installation Script:
- Locate and execute
run_protzilla.bat
.
- Locate and execute
-
Wait for Installation Completion:
- Allow the script to finish installing all the required files and dependencies.
-
Access PROTzilla:
- Once the installation is complete, you can start PROTzilla by opening http://127.0.0.1:8000 in your web browser.
-
Clone the Repository:
- Open Windows PowerShell and clone the git repository locally.
git clone https://github.com/cschlaffner/PROTzilla2.git
- Open Windows PowerShell and clone the git repository locally.
-
Navigate to Repository:
- Once the repository is cloned, navigate to the location of PROTzilla using the
cd
command.cd PROTzilla2
- Once the repository is cloned, navigate to the location of PROTzilla using the
-
Run Installation Script:
- Execute the installation script by running the following command.
.\run_protzilla.bat
- Execute the installation script by running the following command.
-
Wait for Installation Completion:
- Allow the script to finish installing all the required files and dependencies. If you start PROTzilla for the first time you might need to restart the script after miniconda installation.
-
Access PROTzilla:
- After successful installation, start PROTzilla by opening http://127.0.0.1:8000 in your preferred web browser.
On some devices it is possible to get the following error:
If this error occurs, you can follow the link shown in the output and download the build tools. Then try again.
If this does not work, try entering the following commands in the command line:
conda install -c conda-forge parmed
or conda update -c conda-forge parmed
As an alternative to installing PROTzilla on Windows, it is also possible to install the Windows Subsystem for Linux (WSL) and then set up PROTzilla via Linux.
- Terminal with Bash
- Python version 3.11 and above
- Anaconda
Note: If Anaconda is not installed, the installation script for PROTzilla will automatically install Miniconda 3.
-
Clone the Repository:
- Open Terminal and clone the git repository locally.
git clone https://github.com/cschlaffner/PROTzilla2.git
- Open Terminal and clone the git repository locally.
-
Navigate to Repository:
- Once the repository is cloned, navigate to the location of PROTzilla using the
cd
command.cd PROTzilla2
- Once the repository is cloned, navigate to the location of PROTzilla using the
-
Run Installation Script:
- Execute the installation script by running the following command.
run_protzilla.sh
- Execute the installation script by running the following command.
-
Wait for Installation Completion:
- Allow the script to finish installing all the required files and dependencies.
-
Access PROTzilla:
- After successful installation, start PROTzilla by opening http://127.0.0.1:8000 in your preferred web browser.