diff options
author | Adam Novak | 2020-04-08 15:07:39 -0700 |
---|---|---|
committer | Adam Novak | 2020-04-08 15:07:39 -0700 |
commit | ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6 (patch) | |
tree | 5c3e47d7a64145515d136a239c447430dfd82a8c /pages/index.html | |
parent | 414c308b8860d1b20481a2ec3b2f6381e4f6061b (diff) | |
download | bh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.tar.gz bh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.tar.lz bh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.zip |
Don't assert that the metadata is really JSON-LD
Diffstat (limited to 'pages/index.html')
-rw-r--r-- | pages/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.html b/pages/index.html index 2269791..c2e5b64 100644 --- a/pages/index.html +++ b/pages/index.html @@ -17,7 +17,7 @@ <br> <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna"> <br> - <label for="metadata">Select JSON-LD metadata file following <a href="https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml">this schema</a> (max 1MB):</label> + <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> |