Team I Webserver Group: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
*Implement a way for results to be downloaded | *Implement a way for results to be downloaded | ||
===Technologies Used=== | ===Technologies Used=== | ||
PHP was used because it is a universal web language that has numerous useful libraries and is easy to integrate with HTML. This was used with Laravel to allow for rapid application development. | |||
==Functionalities== | ==Functionalities== |
Revision as of 10:59, 23 April 2018
Web Server
Team
Dongjo Ban, Genevieve Brandt, Yuntian He, Ryan Place, Nirav Shah, Casey Smith, Mohit Thakur, Stephen Wist
Introduction
Background
The goal of our predictive webserver is to process biological data and output the results of the analysis in a user-friendly format. We will provide information about an input sample's antibiotic resistance and other biological traits such as genus, species, and strain.
Goals
- Assemble input reads
- Analyze assemblies
- Visualize results
- Implement a way for results to be downloaded
Technologies Used
PHP was used because it is a universal web language that has numerous useful libraries and is easy to integrate with HTML. This was used with Laravel to allow for rapid application development.