Background:
Conversion from ISA-JSON to ISA-JSONLD and tuning of ISA JSON context files
Affected component: isajson.py
example fix on def get_ontology_source(obj)
(
|
def get_ontology_source(obj): |
)
return clean_nulls( { "@id": id_gen(obj), "name": obj.name, "description": obj.description, "file": obj.file, "version": obj.version, "comments": get_comments(obj.comments) if obj.comments else [] }
Background:
Conversion from ISA-JSON to ISA-JSONLD and tuning of
ISA JSON context filesAffected component: isajson.py
example fix on
def get_ontology_source(obj)(
isa-api/isatools/isajson.py
Line 1599 in 0e934ef
return clean_nulls( { "@id": id_gen(obj), "name": obj.name, "description": obj.description, "file": obj.file, "version": obj.version, "comments": get_comments(obj.comments) if obj.comments else [] }