From 7b2d388dbed11384c6a388a5437cca0b8f2914fd Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 19 Jul 2020 09:11:41 +0100 Subject: Wiring up export function --- bh20simplewebuploader/templates/export.html | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bh20simplewebuploader/templates/export.html (limited to 'bh20simplewebuploader/templates/export.html') diff --git a/bh20simplewebuploader/templates/export.html b/bh20simplewebuploader/templates/export.html new file mode 100644 index 0000000..f105290 --- /dev/null +++ b/bh20simplewebuploader/templates/export.html @@ -0,0 +1,41 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + +

Export Data

+
+ + COVID-19 PubSeq allows for exporting forms and data for other + services. + +

Export EBI/ENA Forms

+ +

+ Uploading data to EBI/ENA with PubSeq is described + here. + To export, first search for an uploaded entry through its + identifier: +

+ + + +
+ + {% include 'footer.html' %} + + + + + -- cgit v1.2.3