diff options
author | Adam Novak | 2020-04-09 12:43:42 -0700 |
---|---|---|
committer | Adam Novak | 2020-04-09 12:43:42 -0700 |
commit | 03e857c1a477b04db11cf610760b1f2db7b859c5 (patch) | |
tree | adb9a7ff2331faa8109c827ded3eb72cb3e3dbff /pages | |
parent | 60420f991a5bd3502bc6b89747d408da0d922839 (diff) | |
download | bh20-seq-resource-03e857c1a477b04db11cf610760b1f2db7b859c5.tar.gz bh20-seq-resource-03e857c1a477b04db11cf610760b1f2db7b859c5.tar.lz bh20-seq-resource-03e857c1a477b04db11cf610760b1f2db7b859c5.zip |
Add auto-generated fillable metadata form
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/pages/index.html b/pages/index.html deleted file mode 100644 index 543ab7d..0000000 --- a/pages/index.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Simple Web Uploader for Public SARS-CoV-2 Sequence Resource</title> - </head> - <body> - <h1>Simple Web Uploader for Public SARS-CoV-2 Sequence Resource</h1> - <hr> - <p> - This tool can be used to upload sequenced genomes of SARS-CoV-2 samples to the <a href="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca">Public SARS-CoV-2 Sequence Resource</a>. Your uploaded sequence will automatically be processed and incorporated into the public pangenome. - </p> - <hr> - <form action="/submit" method="POST" enctype="multipart/form-data"> - <label for="fasta">Select FASTA file for assembled genome (max 1MB):</label> - <br> - <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna"> - <br> - <label for="metadata">Select JSON metadata file following <a href="https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml">this schema</a> (max 1MB):</label> - <br> - <input type="file" id="metadata" name="metadata" accept=".json"> - <br> - <input type="submit" value="Add to Pangenome"> - </form> - <hr> - <small><a href="https://github.com/adamnovak/bh20-simple-web-uploader">Source</a> · Made for <a href="https://github.com/virtual-biohackathons/covid-19-bh20">COVID-19-BH20</a></small> - </body> -</html> |