Skip to content

Commit

Permalink
added validator, closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Sep 4, 2016
1 parent 91039b7 commit 4d79797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def run(command, env={}):

args = parser.parse_args()

run('bids-validator %s'%args.bids_dir)

subjects_to_analyze = []
# only for a subset of subjects
if args.participant_label:
Expand Down

0 comments on commit 4d79797

Please sign in to comment.