diff options
author | Peter Amstutz | 2020-07-08 14:02:11 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-07-08 15:18:00 -0400 |
commit | cbb191cb23f4e40b1a1d3024401960939fda9bc3 (patch) | |
tree | 3cf9259067b1fcacfaf9d9488629eb390596f657 /bh20simplewebuploader/templates/resource.html | |
parent | 44e3c21ba89aa19c066148fdd18745f45e168d50 (diff) | |
download | bh20-seq-resource-cbb191cb23f4e40b1a1d3024401960939fda9bc3.tar.gz bh20-seq-resource-cbb191cb23f4e40b1a1d3024401960939fda9bc3.tar.lz bh20-seq-resource-cbb191cb23f4e40b1a1d3024401960939fda9bc3.zip |
Get count from arvados
Separate pending/rejected tables
"Lastest results" is latest successful run.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20simplewebuploader/templates/resource.html')
-rw-r--r-- | bh20simplewebuploader/templates/resource.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/resource.html b/bh20simplewebuploader/templates/resource.html index e0d344f..91b6c20 100644 --- a/bh20simplewebuploader/templates/resource.html +++ b/bh20simplewebuploader/templates/resource.html @@ -7,6 +7,7 @@ <div class="status"> <p><img src="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca/relabeledSeqs_dedup_relabeledSeqs_dedup.png" height="300px"></p> + <p><a href="https://workbench.lugli.arvadosapi.com/projects/lugli-j7d0g-5ct8p1i1wrgyjvp#Data_collections">All sequences project</a></p> <p><a href="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca/relabeledSeqs_dedup.fasta">All sequences (FASTA) relabled and deduplicated</a></p> <p><a href="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca/mergedmetadata.ttl">Metadata (RDF) for all sequences</a></p> <p><a href="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca/relabeledSeqs_dedup_relabeledSeqs_dedup.gfa">All sequences in Graphical Fragment Assembly (GFA)</a> - <a href="https://github.com/GFA-spec/GFA-spec">More about GFA</a></p> |