From 79a08999379993776cbbb4ebd2b00947dca4ddd5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 12 Apr 2020 16:36:38 -0500 Subject: Image --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index db4fe52..b0b22ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Sequence uploader -This repository provides a sequence uploader for the COVID-19 Virtual Biohackathon's Public Sequence Resource project. You can use it to upload the genomes of SARS-CoV-2 samples to make them publicly and freely available to other researchers. +This repository provides a sequence uploader for the COVID-19 Virtual +Biohackathon's Public Sequence Resource project. There are two +versions, one that runs on the command line and another that acts as +web interface. You can use it to upload the genomes of SARS-CoV-2 +samples to make them publicly and freely available to other +researchers. + +![alt text](./image/website.png "Website") To get started, first [install the uploader](#installation), and use the `bh20-seq-uploader` command to [upload your data](#usage). @@ -175,6 +182,3 @@ gunicorn bh20simplewebuploader.main:app ``` This runs on [http://127.0.0.1:8000/](http://127.0.0.1:8000/) by default, but can be adjusted with various [gunicorn options](http://docs.gunicorn.org/en/latest/run.html#commonly-used-arguments). - - - -- cgit v1.2.3