aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPjotr Prins2020-04-12 16:36:38 -0500
committerPjotr Prins2020-04-12 16:36:38 -0500
commit79a08999379993776cbbb4ebd2b00947dca4ddd5 (patch)
treea996b99b6aa652cfb5600088c215a7ab45a1a1ab /README.md
parent1f7e1d239fdb3a30ccf3e6cfa9a71a92d93b7e13 (diff)
downloadbh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.tar.gz
bh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.tar.lz
bh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.zip
Image
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
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).
-
-
-