comparison neo4j.py @ 24:d7253c66512d draft default tip

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 757930b26b69526f28157fed149ae2f65d7bcd88-dirty
author sanbi-uwc
date Tue, 28 Jun 2016 10:55:25 -0400
parents 1c926de292e1
children
comparison
equal deleted inserted replaced
23:1c926de292e1 24:d7253c66512d
18 """ 18 """
19 base class to use for neostore datatypes 19 base class to use for neostore datatypes
20 derived from html - composite datatype elements 20 derived from html - composite datatype elements
21 stored in extra files path 21 stored in extra files path
22 """ 22 """
23 def __init__(self): 23 #def __init__(self):
24 Html.__init__( self, **kwd ) 24 # Html.__init__( self, **kwd )
25 25
26 def generate_primary_file( self, dataset=None ): 26 def generate_primary_file( self, dataset=None ):
27 """ 27 """
28 This is called only at upload to write the html file 28 This is called only at upload to write the html file
29 cannot rename the datasets here - they come with the default unfortunately 29 cannot rename the datasets here - they come with the default unfortunately