Hi colleagues,
I am now thinking to host my new bioinformatics program on a web server. However, I am not sure how biopython can be installed on a web server. Do I need to ask the provider? Can you copy any libraries into the folder with your python scripts?
Any help will be greatly appreciated.
Thanks,
Sergey
You'll have to give us more information. What O/S is the web server running? Do you have administrator privileges? Do you have shell access? Do you need to use biopython in a particular virtualenv context? What is your agreement with the server's owner about installing libraries and software?
The easiest way to install biopython would be to type `pip install biopython`. If that doesn't work, give us more info.
Thanks a lot! I am thinking to use this provider because of the storage and other features:
https://www.webhostpython.com/pythonhosting.html
I will try to do what you suggested. Do you think shell access gives you the right to install Biopython?