parsing.rb revision 954afac4e41cf97c534d3e066833bf62cad0f121
included do
@queue = 'hets'
end
@deactivate_parsing = true
end
if !@deactivate_parsing
if @fast_parse
else
end
end
end
# run hets if necessary
# Import version
update_state! :done
end
end
# generate XML by passing the raw ontology to Hets
paths = Hets.parse(raw_path!, ontology.repository.url_maps, xml_dir, structure_only: structure_only)
# move generated file to destination
end
parse(structure_only: false)
end
parse(structure_only: true)
end
end