This is a Flask-based web application for computational biology tasks, integrating Wikipedia resources to provide an interactive platform for exploration and analysis. The live application is hosted at:
- Clone the repository:
git clone <repository-url>
cd compbio-on-wiki/www/python/src
-
Install dependencies:
pip install -r requirements.txt
-
Run the app locally:
python app.py
-
Open your browser and navigate to:
http://127.0.0.1:5000
This project is licensed under the MIT License.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new feature branch.
- Submit a pull request.