This is a test version of Biostars. For the public version, visit https://www.biostars.org.
biopython installation on a web server

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

python biopython

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.

1 answer

This should be no different to any other Biopython installation on a server.

The usual questions would apply like which OS, which version of Python, do you have sudo rights, and if Linux do you want the simplicity of using the distribution's packed Biopython or require the latest version installed from source?

Log in to answer this question.