Preconfigured LAMP server which runs the Interactive Peptide Spectral Annotator.
Run the following commands in docker to get IPSA running on localhost:
docker pull dbrademan/ipsa
docker run -p 80:80 --name ipsa dbrademan/ipsa
docker exec -it ipsa bash
mysql -u root < /var/www/html/Docker/IPSA_Database_Structure.sql
Content type
Image
Digest
Size
339.3 MB
Last updated
almost 8 years ago
docker pull dbrademan/ipsa