You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/issues/list.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ module.exports = {
220
220
44: {
221
221
key: 'FILE_READ',
222
222
severity: 'error',
223
-
reason: "We were unable to read this file. Make sure it is not corrupted, incorectly named or incorectly symlinked."
223
+
reason: "We were unable to read this file. Make sure it is not corrupted, incorrectly named or incorrectly symlinked."
224
224
},
225
225
45: {
226
226
key: 'SUBJECT_FOLDERS',
@@ -280,7 +280,7 @@ module.exports = {
280
280
56: {
281
281
key: 'Participants age 89 or higher',
282
282
severity: 'warning',
283
-
reason: 'As per section 164.514(C) of "The De-dentification Standard" under HIPPA guidelines, participants with age 89 or higher should be tagged as 89+. More information can be found at https://www.hhs.gov/hipaa/for-professionals/privacy/special-topics/de-identification/#standard'
283
+
reason: 'As per section 164.514(C) of "The De-identification Standard" under HIPAA guidelines, participants with age 89 or higher should be tagged as 89+. More information can be found at https://www.hhs.gov/hipaa/for-professionals/privacy/special-topics/de-identification/#standard'
284
284
},
285
285
57: {
286
286
key: 'DATASET_DESCRIPTION_JSON_MISSING',
@@ -290,12 +290,12 @@ module.exports = {
290
290
58: {
291
291
key: 'TASK_NAME_CONTAIN_ILLEGAL_CHARACTER',
292
292
severity: 'error',
293
-
reason: 'Task Name contain an Illegal Character hypen or underscore. Please edit the filename as per BIDS spec.'
293
+
reason: 'Task Name contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.'
294
294
},
295
295
59: {
296
296
key: 'ACQ_NAME_CONTAIN_ILLEGAL_CHARACTER',
297
297
severity: 'error',
298
-
reason: 'acq Name contain an Illegal Character hypen or underscore. Please edit the filename as per BIDS spec.'
298
+
reason: 'acq Name contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.'
299
299
},
300
300
60: {
301
301
key: 'SFORM_AND_QFORM_IN_IMAGE_HEADER_ARE_ZERO',
@@ -305,6 +305,6 @@ module.exports = {
305
305
61: {
306
306
key: 'QUICK_VALIDATION_FAILED',
307
307
severity: 'error',
308
-
reason: 'Quick validation failed - the general folder structure does not resamble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
308
+
reason: 'Quick validation failed - the general folder structure does not resemble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
0 commit comments