nexus-forge
nexus-forge copied to clipboard
Building and Using Knowledge Graphs made easy
I believe that nexus-forge is mainly to be used as a library (correct me if I'm wrong), and thus I find the decision to `print()` things pecurliar. Normally, I would...
Code from running: https://bbpgitlab.epfl.ch/molsys/bbp_me_type_to_mol_id/-/blob/main/downloader/BBP_downloader.py is causing the following exception: ``` Enter NEXUS token seaching morphologies... Traceback (most recent call last): File "BBP_downloader.py", line 23, in path.annotation.hasBody.type == "MType", File "/home/gevaert/src/nexus-forge/kgforge/core/wrappings/paths.py",...
Having to copy the contents, or download a link like `https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/notebooks/use-cases/prod-forge-nexus.yml` is cumbersome to make basic queries. Adding the file to the package when being deployed, and having a method...
The current implementation of `.validation()` expects a `type` attribute in the validated resource. It would be useful to be able to validate against multiple types.
As a user, I want to be able to deprecate a dataset while specifying whether the related files in the distribution object should also be deprecated or not.
As a user, I'd like to be able to create a new revision of an existing File. * Make necessary changes to the Forge API * Implement https://bluebrainnexus.io/docs/delta/api/files-api.html
Hi, After upgrading to v.0.5.2 from v0.3.3, when I run the following command: ```python forge.template("patient", output="json", only_required=True) ``` I receive the following error: ```python _compile RecursionError: maximum recursion depth exceeded...