Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhg/webblast
web-based interface to BLAST (functionality of https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/)
https://github.com/benhg/webblast
Last synced: 19 days ago
JSON representation
web-based interface to BLAST (functionality of https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/)
- Host: GitHub
- URL: https://github.com/benhg/webblast
- Owner: benhg
- Created: 2019-12-21T00:38:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T19:06:48.000Z (almost 5 years ago)
- Last Synced: 2024-11-01T22:43:01.459Z (2 months ago)
- Language: CSS
- Size: 3.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webBLAST
Stateless Flask app for running simple BLAST queries.## What is this?
This is a simple flask app which mostly replicates the functionality of the command line BLAST interface. It's currently a stateless interface, so you can run simple queries and download the results. Eventually, I think I will add user profiles so that you can look at your history and decide which results to keep vs delete.The functionality is implemented based on the page [here](https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/)
## Why do we have it?
## How does it work?
## How do I operate it?
`gunicorn app:app -b 127.0.0.1:8000 --daemon`
## Where does it live?