aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Novak2020-04-09 12:57:49 -0700
committerAdam Novak2020-04-09 12:57:49 -0700
commit062230b12bb71c4b906318f1de3d67c0fd26f3ba (patch)
tree16f4a308ed568a55cc97decebcdbe900637ec9e7
parent51b5686f1df140628f1b39ecf40b45fbc0d0a59a (diff)
downloadbh20-seq-resource-062230b12bb71c4b906318f1de3d67c0fd26f3ba.tar.gz
bh20-seq-resource-062230b12bb71c4b906318f1de3d67c0fd26f3ba.tar.lz
bh20-seq-resource-062230b12bb71c4b906318f1de3d67c0fd26f3ba.zip
Make schema link nicer and add example files
-rw-r--r--templates/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/form.html b/templates/form.html
index ec54de5..4ad41e2 100644
--- a/templates/form.html
+++ b/templates/form.html
@@ -29,7 +29,7 @@
<div id="metadata_upload_form_spot">
<div id="metadata_upload_form">
- <label for="metadata">Select JSON or YAML 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 or YAML metadata file following <a href="https://github.com/arvados/bh20-seq-resource/blob/master/bh20sequploader/bh20seq-schema.yml" target="_blank">this schema</a> (<a href="https://github.com/arvados/bh20-seq-resource/blob/master/example/metadata.yaml" target="_blank">Example 1</a>, <a href="https://github.com/arvados/bh20-seq-resource/blob/master/example/minimal_example.yaml" target="_blank">Example 2</a>, max 1MB):</label>
<br>
<input type="file" id="metadata" name="metadata" accept=".json,.yml,.yaml" required>
<br>