This is a generic web-server framework for protein structure prediction,
supposed to run on the computational node as a backend.
called by WSDL
Nanjiang Shu
System developer at NBIS
Email: nanjiang.shu@scilifelab.se
-
Install dependencies for the web server
- Apache
- mod_wsgi
-
Install the virtual environments by
$ bash setup_virtualenv.sh
-
Create the django database db.sqlite3
-
Run
$ bash init.sh
to initialize the working folder
-
In the folder
proj, create a softlink of the setting script.For development version
$ ln -s dev_settings.py settings.pyFor release version
$ ln -s pro_settings.py settings.pyNote: for the release version, you need to create a file with secret key and stored at
/etc/django_pro_secret_key.txt -
On the computational node. run
$ virtualenv env --system-site-packages
to make sure that python can use all other system-wide installed packages
- TOPCONS2
- SCAMPI2-single
- SCAMPI2-MSA
- SubCons (using Docker)
- ProQ3/ProQ3D (using Docker)
- PRODRES
- variable for the software to be used: name_software