diff options
author | Pjotr Prins | 2020-07-15 14:30:56 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-15 14:31:15 +0100 |
commit | f4ed46dae20abe5147871495ede2d6ac2b0854bc (patch) | |
tree | 6a6d168aa9fa358ad60e66835322970ebe70f9cc /doc/blog | |
parent | 924b8df23ae6cd8b82385b463be9698636ab610c (diff) | |
download | bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.tar.gz bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.tar.lz bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.zip |
Add RDF output
Diffstat (limited to 'doc/blog')
-rw-r--r-- | doc/blog/using-covid-19-pubseq-part5.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/blog/using-covid-19-pubseq-part5.org b/doc/blog/using-covid-19-pubseq-part5.org index aa06d5e..cb11f43 100644 --- a/doc/blog/using-covid-19-pubseq-part5.org +++ b/doc/blog/using-covid-19-pubseq-part5.org @@ -125,4 +125,6 @@ To add the new fields to the form we have to modify it a little. If we go to the upload form we need to add the license box. The schema is loaded in [[https://github.com/arvados/bh20-seq-resource/blob/a0c8ebd57b875f265e8b0efec4abfaf892eb6c45/bh20simplewebuploader/main.py#L229][main.py]] in the 'generate_form' function. +With this [[https://github.com/arvados/bh20-seq-resource/commit/b9691c7deae30bd6422fb7b0681572b7b6f78ae3][patch]] the website adds the license input fields on the form. + /Note: work in progress/ |