diff options
author | Peter Amstutz | 2020-07-16 16:41:33 -0400 |
---|---|---|
committer | GitHub | 2020-07-16 16:41:33 -0400 |
commit | eb3bdab1109959deb5b11fd74310832bdaa50899 (patch) | |
tree | a79ace1119a78401c9383b0e107da4f9c1734ba1 /bh20simplewebuploader/templates/success.html | |
parent | 8d995b271f20d15b2b6a7845ade22c396a383da3 (diff) | |
parent | d49f6b5e11a41a51cb257bbafdcba410544f8486 (diff) | |
download | bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.tar.gz bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.tar.lz bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.zip |
Merge pull request #98 from arvados/analysis-refactor
Analysis refactor
Diffstat (limited to 'bh20simplewebuploader/templates/success.html')
-rw-r--r-- | bh20simplewebuploader/templates/success.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/success.html b/bh20simplewebuploader/templates/success.html index 9f0987c..c2302fa 100644 --- a/bh20simplewebuploader/templates/success.html +++ b/bh20simplewebuploader/templates/success.html @@ -9,7 +9,7 @@ <h1>Upload Successful</h1> <hr> <p> - Your files have been uploaded. They should soon appear as output of the <a href="/download">Public SARS-CoV-2 Sequence Resource</a>. + Your files have been uploaded. You can track their <a href="/status">QC status</a>, once validated they will be part of the <a href="/download">Public SARS-CoV-2 Sequence Resource</a>. </p> <p> The upload log was: |