From 99af299197dfc527155cd3257388b784810518c4 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 8 Jul 2020 00:16:23 -0400 Subject: Split upload tab. Add upload status tab. Add more direct links on download page. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- bh20simplewebuploader/templates/resource.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bh20simplewebuploader/templates/resource.html (limited to 'bh20simplewebuploader/templates/resource.html') diff --git a/bh20simplewebuploader/templates/resource.html b/bh20simplewebuploader/templates/resource.html new file mode 100644 index 0000000..e0d344f --- /dev/null +++ b/bh20simplewebuploader/templates/resource.html @@ -0,0 +1,26 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + +
+

+

All sequences (FASTA) relabled and deduplicated

+

Metadata (RDF) for all sequences

+

All sequences in Graphical Fragment Assembly (GFA) - More about GFA

+

All sequences in Optimized Dynamic Genome/Graph Implementation (ODGI) - More about ODGI

+

All sequences in RDF using spodgi - More about spodgi

+ + +

SPARQL endpoint - Sample query for accessions + + {{ embed|safe }} + +

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