We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8006151 commit f669f95Copy full SHA for f669f95
README.md
@@ -77,6 +77,16 @@ Developers should install from source.
77
`-- README.md
78
```
79
80
+ _Optional_
81
+
82
+ > For those using `spyglass` for data management, you can check your yaml against
83
+ existing database entries prior to conversion with the following code:
84
85
+ ```python
86
+ from trodes_to_nwb.database_validation import yaml_database_validation
87
+ yaml_database_validation("/path/to/yaml/file")
88
+ ```
89
90
3. Run the code in python. This will create a NWB file for each `.rec` file in the output directory.
91
92
```python
0 commit comments