parsing.rb revision 816bf6f8088b162b681101d93fd450127a0e586f
included do
@queue = 'hets'
end
# do_or_set_failed do
# condition = ['checksum = ? and id != ?', self.checksum, self.id]
# if OntologyVersion.where(condition).any?
# raise Exception.new('Another file with same checksum already exists.')
# end
# end
# move generated file to destination
update_state! :done
end
end
end
end