Easiest way to convert python script to web application
I have written many python scripts/programs for various bioinformatics purposes. I am wondering what would be the easiest way to convert them to web application in order to make them more accessible to wet lab biologists.
Basically there will be input file containing sequences or parameters and output file containing the results. I am thinking about the Flask framework.
• 17,035 views
•
link
2 answers
Set up a galaxy server (https://usegalaxy.org/). Add your tools to this galaxy instance (https://wiki.galaxyproject.org/Admin/Tools/AddToolTutorial). The biologists will get your tools + many other useful tools to build complete analysis pipelines and analyze their data in a reproducible way.
• 0 views
•
link
Log in to answer this question.
Here is your answer: https://www.djangoproject.com/