Skip to content

Commit

Permalink
First minimal working version for rdf conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
supermaxiste committed Jun 22, 2023
1 parent a881dec commit f426463
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 3 deletions.
4 changes: 3 additions & 1 deletion biocypher/_config/biocypher_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ postgresql:
# import_call_bin_prefix: '' # path to "psql"
# import_call_file_prefix: '/path/to/files'


rdf:
### RDF configuration ###
rdf_format: turtle
2 changes: 1 addition & 1 deletion biocypher/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__all__ = ['BioCypher']

SUPPORTED_DBMS = ['neo4j', 'postgresql']
SUPPORTED_DBMS = ['neo4j', 'postgresql', 'rdf']

REQUIRED_CONFIG = [
'dbms',
Expand Down
Loading

0 comments on commit f426463

Please sign in to comment.