changeset 23:1c926de292e1 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 1a80071ba86f5b7730740a04e73059de3a108c04
author sanbi-uwc
date Sat, 25 Jun 2016 21:04:43 -0400
parents 9a98be1659c7
children d7253c66512d
files neo4j.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/neo4j.py	Sat Jun 25 20:56:23 2016 -0400
+++ b/neo4j.py	Sat Jun 25 21:04:43 2016 -0400
@@ -90,7 +90,7 @@
 class Neo4jDB(Neo4j, Data):
     """Class for neo4jDB database files."""
     file_ext = 'neostore'
-    composite_type = 'basic'
+    composite_type = 'auto_primary_file'
     allow_datatype_change = False