Skip to content

Commit f669f95

Browse files
committed
add instructions to readme
1 parent 8006151 commit f669f95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ Developers should install from source.
7777
`-- README.md
7878
```
7979

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+
8090
3. Run the code in python. This will create a NWB file for each `.rec` file in the output directory.
8191

8292
```python

0 commit comments

Comments
 (0)