diff options
author | Pjotr Prins | 2020-04-12 16:36:38 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-12 16:36:38 -0500 |
commit | 79a08999379993776cbbb4ebd2b00947dca4ddd5 (patch) | |
tree | a996b99b6aa652cfb5600088c215a7ab45a1a1ab | |
parent | 1f7e1d239fdb3a30ccf3e6cfa9a71a92d93b7e13 (diff) | |
download | bh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.tar.gz bh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.tar.lz bh20-seq-resource-79a08999379993776cbbb4ebd2b00947dca4ddd5.zip |
Image
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | image/website.png | bin | 0 -> 220860 bytes |
2 files changed, 8 insertions, 4 deletions
@@ -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). - - - diff --git a/image/website.png b/image/website.png Binary files differnew file mode 100644 index 0000000..fa57ca5 --- /dev/null +++ b/image/website.png |