Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-26 | Pushing some new functions, rename some old ones | lltommy | |
2020-04-26 | Adding a function, correcting some variable names | lltommy | |
2020-04-26 | Jsonify response and pick the values | BonfaceKilz | |
2020-04-23 | Adding API endpoints to drive the homepage. Dirty but functional | lltommy | |
2020-04-20 | Use a date picker for any string 'date' | Adam Novak | |
2020-04-20 | Support any number of series fields | Adam Novak | |
2020-04-20 | Nicer headings for xxx2 fields and float support | Adam Novak | |
2020-04-17 | Pull 'doc' from the schema through to the frontend | Adam Novak | |
2020-04-17 | Remove extraneous prints | Adam Novak | |
2020-04-17 | Create option dropdowns from an options file | Adam Novak | |
2020-04-17 | Correct maximum file size message | Adam Novak | |
2020-04-17 | Call URLs IRIs because that's more general | Adam Novak | |
2020-04-17 | Don't use @id as a URL if no URL is found | Adam Novak | |
2020-04-17 | Read schema from package resource | Adam Novak | |
2020-04-13 | More testing and output | Pjotr Prins | |
2020-04-13 | Format stack dump in output | Pjotr Prins | |
2020-04-12 | Website: working on layout | Pjotr Prins | |
2020-04-10 | Clarify supported formats and make web UI take FASTQ | Adam Novak | |
2020-04-10 | This fixed | Pjotr Prins | |
{'type': 'string?', 'jsonldPredicate': {'_id': 'http://purl.obolibrary.org/obo/UO_0000036'}} {'type': 'string?', 'jsonldPredicate': 'http://purl.obolibrary.org/obo/NCIT_C25688'} Traceback (most recent call last): (...) File "/export/iwrk/opensource/code/vg/bh20-seq-resource/bh20simplewebuploader/main.py", line 106, in walk_fields for item in walk_fields(field_type, parent_keys + [field_name], subtree_optional or optional): File "/export/iwrk/opensource/code/vg/bh20-seq-resource/bh20simplewebuploader/main.py", line 92, in walk_fields ref_url = field_type.get('jsonldPredicate', {}).get('_id', None) AttributeError: 'str' object has no attribute 'get' | |||
2020-04-09 | Put back in directory | Adam Novak | |