biocypher 0.5.43__py3-none-any.whl → 0.5.44__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of biocypher might be problematic. Click here for more details.

biocypher/_metadata.py CHANGED
@@ -19,7 +19,7 @@ import importlib.metadata
19
19
 
20
20
  import toml
21
21
 
22
- _VERSION = "0.5.43"
22
+ _VERSION = "0.5.44"
23
23
 
24
24
 
25
25
  def get_metadata():
@@ -301,11 +301,13 @@ class _Neo4jBatchWriter(_BatchWriter):
301
301
  Returns:
302
302
  str: The import call.
303
303
  """
304
- import_call = (
305
- f"{self.import_call_bin_prefix}neo4j-admin {import_cmd} "
306
- f'--delimiter="{self.escaped_delim}" '
307
- f'--array-delimiter="{self.escaped_adelim}" '
308
- )
304
+ import_call = f"{self.import_call_bin_prefix}neo4j-admin {import_cmd} "
305
+
306
+ import_call += f"{database_cmd}{self.db_name} "
307
+
308
+ import_call += f'--delimiter="{self.escaped_delim}" '
309
+
310
+ import_call += f'--array-delimiter="{self.escaped_adelim}" '
309
311
 
310
312
  if self.quote == "'":
311
313
  import_call += f'--quote="{self.quote}" '
@@ -327,6 +329,4 @@ class _Neo4jBatchWriter(_BatchWriter):
327
329
  for header_path, parts_path in self.import_call_edges:
328
330
  import_call += f'--relationships="{header_path},{parts_path}" '
329
331
 
330
- # Database needs to be at the end starting with Neo4j 5.0+.
331
- import_call += f"{database_cmd}{self.db_name} "
332
332
  return import_call
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biocypher
3
- Version: 0.5.43
3
+ Version: 0.5.44
4
4
  Summary: A unifying framework for biomedical research knowledge graphs
5
5
  Home-page: https://github.com/biocypher/biocypher
6
6
  License: MIT
@@ -11,7 +11,7 @@ biocypher/_deduplicate.py,sha256=BBvfpXzu6L5YDY5FdtXxnf8YlsbJpbCE8RdUoKsm0n0,494
11
11
  biocypher/_get.py,sha256=3Kpky3blfNf1JwxKWLsZxTU2aTP_C4sUe8OpiyYj63I,10810
12
12
  biocypher/_logger.py,sha256=NGXe3hZA79WSujfOgpcxHBf8N2QAfrmvM1LFDpsGK2U,3185
13
13
  biocypher/_mapping.py,sha256=ERSNH2Bg19145KytxbFE4BInPaiP-LWW7osOBot29Eo,9304
14
- biocypher/_metadata.py,sha256=BDzCUMFoSAQx4kqvmfcYYR0xHnLv17AoCr1sKJMS7XE,1658
14
+ biocypher/_metadata.py,sha256=HTVcugUBYLbM1r3SEl-J9hiNGlPqic1zqXtMlLyTwH8,1658
15
15
  biocypher/_misc.py,sha256=18EG2Bei3RnyWXDWc3qtZaT3gybvXI8opi0HvSaF7Lg,6066
16
16
  biocypher/_ontology.py,sha256=G5k-bnzvPZUqhLPxtoOPFa4OSQ4JpufgozVakLTjwLg,31789
17
17
  biocypher/_translate.py,sha256=JafvhtVaFSpruRfYh9BzjVbvDF1Mhg7LLKMDZHWkRjg,16496
@@ -26,14 +26,14 @@ biocypher/output/write/_get_writer.py,sha256=AeQcHQTrz68ZvtxsZl4W0ymc8cOxe3Qfq5P
26
26
  biocypher/output/write/_writer.py,sha256=v4-c8yME1UCJeqy8Lfmv7KtY7_B4QkWgADt5xkFNJFQ,7453
27
27
  biocypher/output/write/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  biocypher/output/write/graph/_arangodb.py,sha256=aUa_CNZyunFaPrJHc9RtVHRo0Fca9xJ-ZmRz4PxPO8c,8078
29
- biocypher/output/write/graph/_neo4j.py,sha256=MkXW2wkyxR110R6RncpEcj-ztxK66jpuoaF_Q1iPTDY,11916
29
+ biocypher/output/write/graph/_neo4j.py,sha256=ZINbfrv7gBAgHMT9uE4HCznosNRspT3SmPV83XXfhCw,11849
30
30
  biocypher/output/write/graph/_networkx.py,sha256=EW2we3FlqQ8KfLv4l_2wE27KBUlhXJyD5ORvowSjlaA,2545
31
31
  biocypher/output/write/graph/_rdf.py,sha256=BtunVo0iaCVM9I2tWOYwGpB9itbngHBjP0RhwgcJUiM,17977
32
32
  biocypher/output/write/relational/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  biocypher/output/write/relational/_csv.py,sha256=eyAtmwfCNYnuVbkpd0rUoo9KgG2KPgopZVA3X97tRLU,2919
34
34
  biocypher/output/write/relational/_postgresql.py,sha256=6sABZaELzmV7a2aUy2iRksf28WFsc3EA9mdQ2mShPeM,11959
35
35
  biocypher/output/write/relational/_sqlite.py,sha256=ozElhca1YCYq8R-VFh-LDsnPBaXVJm2cvEboBK2LVVY,2073
36
- biocypher-0.5.43.dist-info/LICENSE,sha256=SjUaQkq671iQUZOxEUpC4jvJxXOlfSiHTTueyz9kXJM,1065
37
- biocypher-0.5.43.dist-info/METADATA,sha256=GteqAnDfyteLf4OrR8JFXRF3rfl_lmrFiZTALsdmfJs,10642
38
- biocypher-0.5.43.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
39
- biocypher-0.5.43.dist-info/RECORD,,
36
+ biocypher-0.5.44.dist-info/LICENSE,sha256=SjUaQkq671iQUZOxEUpC4jvJxXOlfSiHTTueyz9kXJM,1065
37
+ biocypher-0.5.44.dist-info/METADATA,sha256=_a0l4S_OPALMmrpEhbKWuwtPcSzWRursqJKMEAkrZaw,10642
38
+ biocypher-0.5.44.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
39
+ biocypher-0.5.44.dist-info/RECORD,,