-
Could you help me troubleshoot this issue? I am trying to run xbrain example file, this occurs after running the command **conduit build workflow.cwl example_job.yml**
![image](https://user-images.g…
-
Hi DataJoint Team,
I have set up a MySQL server on a Synology NAS with 6 GB of ram to work with DataJoint. I noticed that after having a prolonged time of usage (days), the ram usage on the server (…
-
Currently set paths to analysis tools in:
https://github.com/peabody124/PosePipeline/blob/main/pose_pipeline/env.py#L26
And path to data storage in:
https://github.com/peabody124/Pose…
-
**Is your feature request related to a problem? Please describe.**
- We need a way to load the model results.
- The model results should be in the same format as the "trials table", and can easily …
-
Currently `s3` allows manipulation of files in Amazon S3 stores, and the `ExternalTable` class has conditionals for local versus AWS locations. Something similar for [Google Cloud Storage](https://clo…
-
On several occasions, we ended up in a situation where a new table is created with a different tier while an old table for the same class exists with a different tier. DataJoint does not handle this …
-
**Is your feature request related to a problem? Please describe.**
Behavioral sessions will have behavioral models fit to them. These models will be separate data assets from the NWB files. We need:
…
-
This should be very helpful if one has to do many different queries on the *same* table
-
Restricting a project of restricted table yields an error due to incorrect MySQL syntax.
For example,
``` matlab
pro(acq.Sessions & 'subject_id = 1') & 'subject_id = 1'
```
produces an error: `Er…
-
For many `char` and `varchar` variables, we want to stay with the compact `latin1` character set. `latin1` has been MySQL's default and DataJoint relied on the default character set. If the default …