We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91039b7 commit 4d79797Copy full SHA for 4d79797
run.py
@@ -47,6 +47,8 @@ def run(command, env={}):
47
48
args = parser.parse_args()
49
50
+run('bids-validator %s'%args.bids_dir)
51
+
52
subjects_to_analyze = []
53
# only for a subset of subjects
54
if args.participant_label:
0 commit comments