Entering edit mode
6.5 years ago
sammanmahmoud
•
0
Hi, I have my own program that handle biological data , I need to construct a web site users can use online for analysis there data , I know C#, perl , C , Java and R . But I do not have any experience with web site programming or creating a web site.
1- What a web hosting service can give me a storage and a processing power.
2- What programming language I will use to create a web site.
3- Can I use Perl inside the web site.
3- Can I upload Blast or Cap3 programs in the web site pipeline analysis as I hve done in my local program.
4- Is there any tutorial I can use.
see
What Do Bioinformaticians Use To Make High Quality Web Sites?
How To Learn To Build A Bioinformatics Oriented Web Site
how about using galaxy ?
for some direct answers:
The best option though is to look at the numerous other data analysis/workflow management system frameworks that already exist, some of this include web front-ends: https://github.com/common-workflow-language/common-workflow-language/wiki/Existing-Workflow-systems
Notably, all of this has already been implemented in Galaxy, so you will probably want to give that one a thorough review as well: https://github.com/galaxyproject/galaxy
Note that there is a public version of Galaxy available as well, so you wouldn't have to build anything at all if you could wrap your analysis pipeline in a Galaxy workflow and get it uploaded there.