aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

[register_processed_data] Validation of input file ID list #989

Closed nicolasbrossard closed 1 year ago

nicolasbrossard commented 1 year ago

This PR adds a validation step in script register_processed_data.pl to ensure the argument for option inputFileIDs is a list of existing FileIDs found in the files table.

Fixes #990