diff options
author | Pjotr Prins | 2020-07-17 12:05:53 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-17 12:07:46 +0100 |
commit | 04ab343e57c7a23451164843d1922622c5f4f9f5 (patch) | |
tree | 00f28ae6d9e973098aaee08534aa8414d54a957b /bh20simplewebuploader | |
parent | 87f3fb187ea7a956a3bd2fe224a3ea06ff1d760b (diff) | |
download | bh20-seq-resource-04ab343e57c7a23451164843d1922622c5f4f9f5.tar.gz bh20-seq-resource-04ab343e57c7a23451164843d1922622c5f4f9f5.tar.lz bh20-seq-resource-04ab343e57c7a23451164843d1922622c5f4f9f5.zip |
Preparing for EBI submission
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 823f8a1..f4c2a85 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -63,6 +63,14 @@ We explore the Arvados command line and API </div> </div> + <div class="blog-table-row"> + <div class="blog-table-cell"> + <a href="/blog?id=using-covid-19-pubseq-part6">Prepare for uploading to EBI/ENA</a> + </div> + <div class="blog-table-cell"> + Generate the files needed for uploading to EBI/ENA + </div> + </div> </div> </div> </section> |