The online version of PreLysCar tool
Available at http://tanto.bioe.uic.edu/prelyscar/
The Predictor of Lysine Carboxylation is a tool developed to predict the carboxylation of lysine residues using as input the 3D-structure of proteins in PDB format
.
git clone https://github.com/biodavidjm/prelyscar-web
git pull
In the /etc/apache2/apache2.conf
configuration file, just add the following lines to prevent access to the .htaccess and the .git folder:
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Require all denied
</FilesMatch>
<FilesMatch "^\.git">
Require all denied
</FilesMatch>
- MAMP for the Apache & PHP server