Skip to content

Commit

Permalink
Fix MEG datatype for tabular data (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jun 29, 2022
1 parent 12236b0 commit 0749755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/tabular_data/meg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
MEGChannels:
selectors:
- datatype == "eeg"
- datatype == "meg"
- suffix == "channels"
- extension == ".tsv"
initial_columns:
Expand Down

0 comments on commit 0749755

Please sign in to comment.