Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploadNeuroDB/minc_insertion.pl #1077

Closed
6 tasks done
cmadjar opened this issue Apr 5, 2024 · 0 comments · Fixed by #1123
Closed
6 tasks done

uploadNeuroDB/minc_insertion.pl #1077

cmadjar opened this issue Apr 5, 2024 · 0 comments · Fixed by #1123

Comments

@cmadjar
Copy link
Collaborator

cmadjar commented Apr 5, 2024

  • run minc_insertion.pl on a MINC that belongs to a valid UploadID with a valid protocol and ensure scan type is recognized and MINC file inserted into the files table with all the MINC header information in parameter_file
  • run minc_insertion.pl on a MINC that belongs to a valid UploadID with an invalid protocol (scan type is unknown) => check that the MINC file gets moved to trashbin and an entry is added in mri_protocol_violated_scans
  • run minc_insertion.pl on a MINC that belongs to a valid UploadID with a valid protocol (scan type identified) but an exclusionary check is identified (from mri_protocol_checks) => check that the MINC file gets moved to trashbin and an entry is added in mri_violations_log
  • run minc_insertion.pl on a MINC that belongs to a valid UploadID with a valid protocol (scan type identified) but an warning check is identified (from mri_protocol_checks) => check that the MINC file gets moved to assembly and the files, parameter_file and mri_violations_log tables were updated
  • ensure the -create_minc_pics generates the pic and insert it in the DB when running minc_insertion.pl
  • run minc_insertion.pl with the -uploadID and -tarchivePath options => should issue an error that you need to specify one or the other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants