BIDS naming NOT_INCLUDED and VOLUME_COUNT_MISMATCH

Summary of what happened:

Hi there,
I’ve got a BIDS dataset with a bunch of different files and tried to name them to retain enough information so they would be unique, while maintaining BIDS format. However I’m getting a lot of errors about naming which myself/my lab mates don’t know how to fix.

Also there’s a second error about ‘volume counts’ that I don’t understand.

Any information or suggestions would be greatly appreciated :slight_smile:

Data formatted according to a validatable standard? Please provide the output of the validator:

Error 1: [Code 1] NOT_INCLUDED
Error 2: [Code 29] VOLUME_COUNT_MISMATCH

This is the bids-validator log output:

#### **Error 1: [Code 1] NOT_INCLUDED**


#### **sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.json** **2.665 KB | application/json**

Location: bidsdata/sub-01S0301/ses-1/fmap/sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.json

Reason: Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset (see https://github.com/bids-standard/bids-validator#bidsignore for details). Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.

Evidence: sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.json

#### **sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.nii.gz** **1737.74 KB | application/x-gzip**

Location: bidsdata/sub-01S0301/ses-1/fmap/sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.nii.gz

Reason: Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset (see https://github.com/bids-standard/bids-validator#bidsignore for details). Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.

Evidence: sub-01S0301_ses-1_acq-e2ph_run-5_phasediff2.nii.gz

#### **sub-01S0301_ses-1_run-4_acq-e1_magnitude1.json** **1.66 KB | application/json**

Location: bidsdata/sub-01S0301/ses-1/fmap/sub-01S0301_ses-1_run-4_acq-e1_magnitude1.json

Reason: Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset (see https://github.com/bids-standard/bids-validator#bidsignore for details). Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.

Evidence: sub-01S0301_ses-1_run-4_acq-e1_magnitude1.json

- - - -


#### **Error 2: [Code 29] VOLUME_COUNT_MISMATCH**

"The number of volumes in this scan does not match the number of volumes in the corresponding .bvec and .bval files.2 files"

#### **sub-01S0301_ses-1_acq-ep2d_run-11_dwi.nii.gz**
bidsdata/sub-01S0301/ses-1/dwi/sub-01S0301_ses-1_acq-ep2d_run-11_dwi.nii.gz

Reason:The number of volumes in this scan does not match the number of volumes in the corresponding .bvec and .bval files.

#### **sub-01S0333_ses-2_acq-2mmb1000b2500_run-13_dwi.nii.gz** 
bidsdata/sub-01S0333/ses-2/dwi/sub-01S0333_ses-2_acq-2mmb1000b2500_run-13_dwi.nii.gz

Reason:The number of volumes in this scan does not match the number of volumes in the corresponding .bvec and .bval files.

Screenshots / relevant information:

I included a “run-__” element because some of the files had all the same features except there was another number in them, so it’s not actually ‘run-15’ etc, it’s just the unique number that I could find in the dcm2niix names that would allow me to put all of them in a folder together while trying to maintain BIDS naming format.

Does anyone know if there are restrictions for what can be in ‘acq-____’ or for the numbers that follow phasediff, magnitude etc? (I used those because the dcm2niix names said ‘ph1’, ‘ph2’, … and ‘mag1’, ‘mag2’ etc.) I’ve looked at all the examples and I can’t figure it out.

Below is a screenshot of my files and the pasted BIDS-validator (online app) output. Thank you in advance for any help or information!
-Kaley


This is (an example of) what my files look like:


Hi @holmeslabra and welcome to neurostars!

phasediff2 is not a valid suffix, only phasediff is. What is phasediff2 to you?

acq-<> must go before run-<>.

How many volumes are in those niftis, according to something like fslinfo? And how many volumes are suggested by the bval/bvec files?

Hi Steven,
Thank you so much for your help! I implemented those things about naming. The volume matching I found was because of a missing .json file. However, even with this new naming I’m still getting a naming error for every single file I upload, that the naming specification is NOT_INCLUDED. I’ve read the whole bids specification and looked at every example dataset and I cannot figure out what is wrong. Any ideas?

Filestructure:

Filenames of a single subject & single session in my files:

SUBJECT: 06S0359
SES: ses-1
MODE: fmap
sub-06S0359_ses-1_acq-e1Real_magnitude.nii.gz
sub-06S0359_ses-1_acq-2mmEQe1_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1_magnitude.json
sub-06S0359_ses-1_acq-e1_phasediff.nii.gz
sub-06S0359_ses-1_acq-e2_run-6_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2Real_run-2_magnitude.json
sub-06S0359_ses-1_acq-e2_run-2_phasediff.json
sub-06S0359_ses-1_acq-e1_run-2_phasediff.json
sub-06S0359_ses-1_acq-2mmEQe2_run-3_magnitude.nii.gz
sub-06S0359_ses-1_acq-2mmEQe1_run-3_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2_phasediff.nii.gz
sub-06S0359_ses-1_acq-e1_run-6_magnitude.nii.gz
sub-06S0359_ses-1_acq-2mmEQe2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2Imag_magnitude.json
sub-06S0359_ses-1_acq-e2Real_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1_phasediff.json
sub-06S0359_ses-1_acq-e1Imag_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1Imag_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1_run-5_magnitude.json
sub-06S0359_ses-1_acq-e1_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2Imag_magnitude.nii.gz
sub-06S0359_ses-1_acq-2mmEQe2_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2_run-5_magnitude.json
sub-06S0359_ses-1_acq-e2Real_magnitude.json
sub-06S0359_ses-1_acq-e2Imag_run-2_magnitude.json
sub-06S0359_ses-1_acq-2mmEQe1_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2Real_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1Real_magnitude.json
sub-06S0359_ses-1_acq-2mmEQe2_run-4_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1Real_run-2_magnitude.json
sub-06S0359_ses-1_acq-2mmEQe1_run-4_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2Imag_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e1Imag_run-2_magnitude.json
sub-06S0359_ses-1_acq-e2_magnitude.json
sub-06S0359_ses-1_acq-e2_run-2_phasediff.nii.gz
sub-06S0359_ses-1_acq-e1Real_run-2_magnitude.nii.gz
sub-06S0359_ses-1_acq-e2_phasediff.json
sub-06S0359_ses-1_acq-e1_run-2_phasediff.nii.gz
sub-06S0359_ses-1_acq-e1Imag_magnitude.json
MODE: anat
sub-06S0359_ses-1_acq-t2_T2w.nii.gz
sub-06S0359_ses-1_acq-flash2d_T1w.json
sub-06S0359_ses-1_acq-t1_T1w.json
sub-06S0359_ses-1_acq-t2_T2w.json
sub-06S0359_ses-1_acq-t2_run-2_T2w.json
sub-06S0359_ses-1_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-1_acq-t1_T1w.nii.gz
sub-06S0359_ses-1_acq-t2_run-2_T2w.nii.gz
MODE: func
sub-06S0359_ses-1_task-rest_acq-3.5mm_bold.json
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-5_bold.json
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-2_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-3_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-3.5mm_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-5_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-4_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-2_bold.json
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-4_bold.json
sub-06S0359_ses-1_task-rest_acq-3.5mm_run-3_bold.json
MODE: dwi
sub-06S0359_ses-1_acq-2.5mmb1000_run-3_dwi.json
sub-06S0359_ses-1_acq-2.5mmb1000_dwi.bvec
sub-06S0359_ses-1_acq-2.5mmb1000_run-5_dwi.bval
sub-06S0359_ses-1_acq-2.5mmb1000_run-3_dwi.bval
sub-06S0359_ses-1_acq-2.5mmb1000_run-4_dwi.bvec
sub-06S0359_ses-1_acq-2.5mmb1000_run-2_dwi.bval
sub-06S0359_ses-1_acq-2.5mmb1000_run-2_dwi.nii.gz
sub-06S0359_ses-1_acq-2.5mmb1000_run-5_dwi.bvec
sub-06S0359_ses-1_acq-2.5mmb1000_run-2_dwi.bvec
sub-06S0359_ses-1_acq-2.5mmb1000_run-3_dwi.bvec
sub-06S0359_ses-1_acq-2.5mmb1000_run-2_dwi.json
sub-06S0359_ses-1_acq-2.5mmb1000_run-4_dwi.json
sub-06S0359_ses-1_acq-2.5mmb1000_run-4_dwi.bval
sub-06S0359_ses-1_acq-2.5mmb1000_dwi.nii.gz
sub-06S0359_ses-1_acq-2.5mmb1000_run-5_dwi.json
sub-06S0359_ses-1_acq-2.5mmb1000_dwi.json
sub-06S0359_ses-1_acq-2.5mmb1000_run-5_dwi.nii.gz
sub-06S0359_ses-1_acq-2.5mmb1000_dwi.bval
sub-06S0359_ses-1_acq-2.5mmb1000_run-4_dwi.nii.gz
sub-06S0359_ses-1_acq-2.5mmb1000_run-3_dwi.nii.gz

Hi @holmeslabra,

You say you get that error for every file, but it looks like only 16 have errors, and there are more than 16 in the file list you provided. It would help if I could see the full BIDS validator output. Ideally you would use the command-line BIDS validator and return the output here as formatted code so it looks nice

like this (use </> button in the text editor)

I would take out any periods in your file names that are not for the file extension (e.g., acq-3.5mm). It also looks weird that you have a func and DWI file pair without a run label. Errors in fmap too: You have a magnitute.json/.nii.gz, but that has to be paired with a fieldmap.nii.gz (see case #3: Magnetic Resonance Imaging - Brain Imaging Data Structure v1.9.0). It looks like instead you should be following case #2 which needs magnitude1 and magnitude2.

Across the dataset I would consider only adding acquisition labels if they are not (e.g., acq-t2 for the T2 images) or misleading (e.g., acq-e2 for the phasediff image).

Best,
Steven

Hi Steven,
Thanks for this. I would send the bids-validator output but unfortunately I can’t install the command line tool in my env (don’t have sudo privileges) and I also can’t install a singularity/docker because my env doesn’t have that either. If it helps, i downloaded the error log from the online GUI and attached it. (*However the error logs are only for each subject folder-- when i try to use the GUI and upload my whole dataset, the tab crashes-- so ignore the folder errors, bc the way I do it, it doesn’t see the parent folder aka the subject folder and it thinks the files aren’t in the right subject)

Full list of folder/files at the bottom of this post. Here are the error logs:
01S0301:sub-01S0304_errors.txt (81.4 KB)
01S0304:sub-01S0304_errors.txt (81.4 KB)
06S0359:
sub-06S0359_errors(1).txt (317.1 KB)

I can use the online bids-validator GUI and the python tool, which I use to check the whole database:

from bids_validator import BIDSValidator
BIDSValidator().is_bids('/path/to/dataset')

I changed the decimals in my dataset. I took out extranneous details, so no duplicate meanings in the acq and only including run numbers where is necessary, for both dwi and func.

I changed also the fieldmap endings according to the case#2 specification, with magnitude and phase. Though I have also phase/magnitude 3 and 4 because my files will sometimes be e1, e2, e3 and e4. Hopefully that could still pass bids?

But still, even for really simple files, I’m getting naming errors:


Here’s the files and structure of those subjects (same as the error logs):

**SUBJECT: 01S0301**

**SES: ses-1**
**MODE: fmap**
sub-01S0301_ses-1_phase2.nii.gz
sub-01S0301_ses-1_acq-2mm_magnitude2.nii.gz
sub-01S0301_ses-1_magnitude2.nii.gz
sub-01S0301_ses-1_magnitude1.nii.gz
sub-01S0301_ses-1_magnitude2.json
sub-01S0301_ses-1_magnitude1.json
sub-01S0301_ses-1_phase2.json
**MODE: anat**
sub-01S0301_ses-1_acq-flash2d_T1w.nii.gz
sub-01S0301_ses-1_T1w.json
sub-01S0301_ses-1_T2w.nii.gz
sub-01S0301_ses-1_T2w.json
sub-01S0301_ses-1_T1w.nii.gz
sub-01S0301_ses-1_acq-flash2d_T1w.json
**MODE: func**
sub-01S0301_ses-1_task-rest_acq-35um_bold.json
sub-01S0301_ses-1_task-rest_acq-35um_bold.nii.gz
**MODE: dwi**
sub-01S0301_ses-1_acq-25umb1000_dwi.bval
sub-01S0301_ses-1_acq-25umb1000_dwi.bvec
sub-01S0301_ses-1_acq-ep2d_dwi.bvec
sub-01S0301_ses-1_acq-ep2d_dwi.nii.gz
sub-01S0301_ses-1_acq-ep2d_dwi.bval
sub-01S0301_ses-1_acq-25umb1000_dwi.json
sub-01S0301_ses-1_acq-25umb1000_dwi.nii.gz
sub-01S0301_ses-1_acq-ep2d_dwi.json

**SES: ses-3**
**MODE: fmap**
sub-01S0301_ses-3_phase2.json
sub-01S0301_ses-3_magnitude2.nii.gz
sub-01S0301_ses-3_phase2.nii.gz
sub-01S0301_ses-3_magnitude2.json
**MODE: anat**
sub-01S0301_ses-3_T2w.nii.gz
sub-01S0301_ses-3_acq-flash2d2mm_T1w.json
sub-01S0301_ses-3_acq-flash2d_T1w.nii.gz
sub-01S0301_ses-3_T2w.json
sub-01S0301_ses-3_T1w.nii.gz
sub-01S0301_ses-3_acq-flash2d2mm_T1w.nii.gz
sub-01S0301_ses-3_T1w.json
sub-01S0301_ses-3_acq-flash2d_T1w.json
**MODE: func**
sub-01S0301_ses-3_task-rest_acq-35um_bold.json
sub-01S0301_ses-3_task-rest_acq-2mm_bold.json
sub-01S0301_ses-3_task-rest_acq-35um_bold.nii.gz
sub-01S0301_ses-3_task-rest_acq-2mm_bold.nii.gz
**MODE: dwi**
sub-01S0301_ses-3_acq-2mmb1000b2500_dwi.bvec
sub-01S0301_ses-3_acq-25umb1000_dwi.json
sub-01S0301_ses-3_acq-2mmb1000b2500_dwi.bval
sub-01S0301_ses-3_acq-25umb1000_dwi.bval
sub-01S0301_ses-3_acq-2mmb1000b2500_dwi.nii.gz
sub-01S0301_ses-3_acq-25umb1000_dwi.nii.gz
sub-01S0301_ses-3_acq-2mmb1000b2500_dwi.json
sub-01S0301_ses-3_acq-25umb1000_dwi.bvec

**SES: ses-4**
**MODE: fmap**
sub-01S0301_ses-4_phase2.nii.gz
sub-01S0301_ses-4_phase2.json
sub-01S0301_ses-4_magnitude2.json
sub-01S0301_ses-4_magnitude2.nii.gz
**MODE: anat**
sub-01S0301_ses-4_T2w.nii.gz
sub-01S0301_ses-4_acq-flash2d2mm_T1w.json
sub-01S0301_ses-4_acq-flash2d_T1w.nii.gz
sub-01S0301_ses-4_T2w.json
sub-01S0301_ses-4_acq-flash2d2mm_T1w.nii.gz
sub-01S0301_ses-4_acq-flash2d_T1w.json
sub-01S0301_ses-4_T1w.nii.gz
sub-01S0301_ses-4_T1w.json
**MODE: func**
sub-01S0301_ses-4_task-rest_acq-2mm_bold.json
sub-01S0301_ses-4_task-rest_acq-35um_bold.json
sub-01S0301_ses-4_task-rest_acq-2mm_bold.nii.gz
sub-01S0301_ses-4_task-rest_acq-35um_bold.nii.gz
**MODE: dwi**
sub-01S0301_ses-4_acq-25umb1000_dwi.bval
sub-01S0301_ses-4_acq-2mmb1000b2500_dwi.json
sub-01S0301_ses-4_acq-25umb1000_dwi.bvec
sub-01S0301_ses-4_acq-2mmb1000b2500_dwi.nii.gz
sub-01S0301_ses-4_acq-25umb1000_dwi.json
sub-01S0301_ses-4_acq-2mmb1000b2500_dwi.bval
sub-01S0301_ses-4_acq-25umb1000_dwi.nii.gz
sub-01S0301_ses-4_acq-2mmb1000b2500_dwi.bvec



 **SUBJECT: 01S0304**

**SES: ses-1**

**MODE: fmap**
sub-01S0304_ses-1_magnitude2.json
sub-01S0304_ses-1_phase2.json
sub-01S0304_ses-1_phase2.nii.gz
sub-01S0304_ses-1_magnitude2.nii.gz
**MODE: anat**
sub-01S0304_ses-1_T2w.json
sub-01S0304_ses-1_T2w.nii.gz
sub-01S0304_ses-1_acq-flash2d2mm_T1w.json
sub-01S0304_ses-1_T1w.nii.gz
sub-01S0304_ses-1_acq-flash2d2mm_T1w.nii.gz
sub-01S0304_ses-1_T1w.json
sub-01S0304_ses-1_acq-flash2d_T1w.nii.gz
sub-01S0304_ses-1_acq-flash2d_T1w.json
**MODE: func**
sub-01S0304_ses-1_task-rest_acq-35um_bold.nii.gz
sub-01S0304_ses-1_task-rest_acq-35um_bold.json
sub-01S0304_ses-1_task-rest_acq-2mm_bold.nii.gz
sub-01S0304_ses-1_task-rest_acq-2mm_bold.json
**MODE: dwi**
sub-01S0304_ses-1_acq-2mmb1000b2500_dwi.bvec
sub-01S0304_ses-1_acq-2mmb1000b2500_dwi.json
sub-01S0304_ses-1_acq-2mmb1000b2500_dwi.bval
sub-01S0304_ses-1_acq-25umb1000_dwi.json
sub-01S0304_ses-1_acq-25umb1000_dwi.bval
sub-01S0304_ses-1_acq-2mmb1000b2500_dwi.nii.gz
sub-01S0304_ses-1_acq-25umb1000_dwi.bvec
sub-01S0304_ses-1_acq-25umb1000_dwi.nii.gz

**SES: ses-2**
**MODE: fmap**
sub-01S0304_ses-2_phase2.nii.gz
sub-01S0304_ses-2_phase2.json
sub-01S0304_ses-2_magnitude2.nii.gz
sub-01S0304_ses-2_magnitude2.json
**MODE: anat**
sub-01S0304_ses-2_T2w.json
sub-01S0304_ses-2_acq-flash2d2mm_T1w.nii.gz
sub-01S0304_ses-2_T2w.nii.gz
sub-01S0304_ses-2_acq-flash2d_T1w.json
sub-01S0304_ses-2_acq-flash2d_T1w.nii.gz
sub-01S0304_ses-2_acq-flash2d2mm_T1w.json
sub-01S0304_ses-2_T1w.nii.gz
sub-01S0304_ses-2_T1w.json
**MODE: func**
sub-01S0304_ses-2_task-rest_acq-2mm_bold.json
sub-01S0304_ses-2_task-rest_acq-2mm_bold.nii.gz
sub-01S0304_ses-2_task-rest_acq-35um_bold.nii.gz
sub-01S0304_ses-2_task-rest_acq-35um_bold.json
**MODE: dwi**
sub-01S0304_ses-2_acq-25umb1000_dwi.json
sub-01S0304_ses-2_acq-2mmb1000b2500_dwi.json
sub-01S0304_ses-2_acq-25umb1000_dwi.bval
sub-01S0304_ses-2_acq-2mmb1000b2500_dwi.nii.gz
sub-01S0304_ses-2_acq-25umb1000_dwi.bvec
sub-01S0304_ses-2_acq-25umb1000_dwi.nii.gz
sub-01S0304_ses-2_acq-2mmb1000b2500_dwi.bval
sub-01S0304_ses-2_acq-2mmb1000b2500_dwi.bvec



 **SUBJECT: 06S0359**

**SES: ses-1**
**MODE: fmap**
sub-06S0359_ses-1_magnitude1.nii.gz
sub-06S0359_ses-1_phase1.nii.gz
sub-06S0359_ses-1_acq-real_magnitude2.nii.gz
sub-06S0359_ses-1_phase1.json
sub-06S0359_ses-1_acq-imag_magnitude1.nii.gz
sub-06S0359_ses-1_acq-2mmEQ_magnitude1.nii.gz
sub-06S0359_ses-1_acq-real_phasediff1.nii.gz
sub-06S0359_ses-1_acq-real_magnitude2.json
sub-06S0359_ses-1_acq-imag_magnitude2.json
sub-06S0359_ses-1_acq-real_phasediff1.json
sub-06S0359_ses-1_acq-imag_magnitude1.json
sub-06S0359_ses-1_phase2.json
sub-06S0359_ses-1_magnitude2.json
sub-06S0359_ses-1_magnitude2.nii.gz
sub-06S0359_ses-1_acq-imag_magnitude2.nii.gz
sub-06S0359_ses-1_phase2.nii.gz
sub-06S0359_ses-1_acq-2mm_magnitude2.nii.gz
sub-06S0359_ses-1_magnitude1.json
**MODE: anat**
sub-06S0359_ses-1_T1w.nii.gz
sub-06S0359_ses-1_acq-flash2d_T1w.json
sub-06S0359_ses-1_T2w.json
sub-06S0359_ses-1_run-2_T2w.nii.gz
sub-06S0359_ses-1_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-1_T1w.json
sub-06S0359_ses-1_T2w.nii.gz
sub-06S0359_ses-1_run-2_T2w.json
**MODE: func**
sub-06S0359_ses-1_task-rest_acq-35um_bold.nii.gz
sub-06S0359_ses-1_task-rest_acq-35um_bold.json
MODE: dwi
sub-06S0359_ses-1_acq-25umb1000_dwi.nii.gz
sub-06S0359_ses-1_acq-25umb1000_dwi.json
sub-06S0359_ses-1_acq-25umb1000_dwi.bval
sub-06S0359_ses-1_acq-25umb1000_dwi.bvec

**SES: ses-2**
**MODE: fmap**
sub-06S0359_ses-2_magnitude2.nii.gz
sub-06S0359_ses-2_acq-real_phasediff1.json
sub-06S0359_ses-2_acq-real_magnitude2.json
sub-06S0359_ses-2_magnitude1.nii.gz
sub-06S0359_ses-2_phase1.json
sub-06S0359_ses-2_acq-imag_magnitude2.json
sub-06S0359_ses-2_acq-imag_magnitude1.nii.gz
sub-06S0359_ses-2_phase1.nii.gz
sub-06S0359_ses-2_acq-real_magnitude2.nii.gz
sub-06S0359_ses-2_magnitude1.json
sub-06S0359_ses-2_acq-imag_magnitude2.nii.gz
sub-06S0359_ses-2_phase2.json
sub-06S0359_ses-2_magnitude2.json
sub-06S0359_ses-2_acq-imag_magnitude1.json
sub-06S0359_ses-2_phase2.nii.gz
sub-06S0359_ses-2_acq-real_phasediff1.nii.gz
**MODE: anat**
sub-06S0359_ses-2_run-2_T1w.json
sub-06S0359_ses-2_run-4_T2w.nii.gz
sub-06S0359_ses-2_run-2_T2w.nii.gz
sub-06S0359_ses-2_run-5_T2w.nii.gz
sub-06S0359_ses-2_T2w.nii.gz
sub-06S0359_ses-2_run-2_T2w.json
sub-06S0359_ses-2_T1w.nii.gz
sub-06S0359_ses-2_run-1_T1w.json
sub-06S0359_ses-2_run-1_T2w.nii.gz
sub-06S0359_ses-2_run-1_T1w.nii.gz
sub-06S0359_ses-2_acq-flash2d_T1w.json
sub-06S0359_ses-2_T2w.json
sub-06S0359_ses-2_run-2_T1w.nii.gz
sub-06S0359_ses-2_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-2_run-4_T2w.json
sub-06S0359_ses-2_T1w.json
sub-06S0359_ses-2_run-1_T2w.json
**MODE: func**
sub-06S0359_ses-2_task-rest_acq-35um_bold.nii.gz
sub-06S0359_ses-2_task-rest_acq-35um_bold.json
**MODE: dwi**
sub-06S0359_ses-2_acq-25umb1000_dwi.json
sub-06S0359_ses-2_acq-25umb1000_dwi.bvec
sub-06S0359_ses-2_acq-25umb1000_dwi.nii.gz
sub-06S0359_ses-2_acq-25umb1000_dwi.bval

**SES: ses-3**
**MODE: fmap**
sub-06S0359_ses-3_acq-imag_magnitude2.nii.gz
sub-06S0359_ses-3_acq-imag_magnitude1.nii.gz
sub-06S0359_ses-3_acq-imag_magnitude1.json
sub-06S0359_ses-3_acq-imag_magnitude2.json
sub-06S0359_ses-3_magnitude1.nii.gz
sub-06S0359_ses-3_phase1.json
sub-06S0359_ses-3_acq-real_magnitude2.json
sub-06S0359_ses-3_magnitude2.nii.gz
sub-06S0359_ses-3_phase2.json
sub-06S0359_ses-3_phase2.nii.gz
sub-06S0359_ses-3_magnitude2.json
sub-06S0359_ses-3_magnitude1.json
sub-06S0359_ses-3_acq-real_phasediff1.json
sub-06S0359_ses-3_acq-real_magnitude2.nii.gz
sub-06S0359_ses-3_phase1.nii.gz
sub-06S0359_ses-3_acq-real_phasediff1.nii.gz
**MODE: anat**
sub-06S0359_ses-3_T1w.nii.gz
sub-06S0359_ses-3_run-2_T1w.json
sub-06S0359_ses-3_run-2_T1w.nii.gz
sub-06S0359_ses-3_run-1_T1w.nii.gz
sub-06S0359_ses-3_run-2_T2w.nii.gz
sub-06S0359_ses-3_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-3_T2w.json
sub-06S0359_ses-3_run-1_T1w.json
sub-06S0359_ses-3_run-2_T2w.json
sub-06S0359_ses-3_T1w.json
sub-06S0359_ses-3_T2w.nii.gz
sub-06S0359_ses-3_acq-flash2d_T1w.json
**MODE: func**
sub-06S0359_ses-3_task-rest_acq-35um_bold.nii.gz
sub-06S0359_ses-3_task-rest_acq-35um_bold.json
**MODE: dwi**
sub-06S0359_ses-3_acq-25umb1000_dwi.bvec
sub-06S0359_ses-3_acq-25umb1000_dwi.json
sub-06S0359_ses-3_acq-25umb1000_dwi.bval
sub-06S0359_ses-3_acq-25umb1000_dwi.nii.gz

**SES: ses-4**
**MODE: fmap**
sub-06S0359_ses-4_magnitude1.nii.gz
sub-06S0359_ses-4_acq-imag_magnitude2.nii.gz
sub-06S0359_ses-4_phase1.nii.gz
sub-06S0359_ses-4_magnitude1.json
sub-06S0359_ses-4_magnitude2.json
sub-06S0359_ses-4_phase2.nii.gz
sub-06S0359_ses-4_acq-real_magnitude2.nii.gz
sub-06S0359_ses-4_acq-2mm_magnitude2.nii.gz
sub-06S0359_ses-4_magnitude2.nii.gz
sub-06S0359_ses-4_acq-2mmEQ_magnitude1.nii.gz
sub-06S0359_ses-4_acq-real_phasediff1.json
sub-06S0359_ses-4_acq-imag_magnitude2.json
sub-06S0359_ses-4_acq-real_magnitude2.json
sub-06S0359_ses-4_acq-real_phasediff1.nii.gz
sub-06S0359_ses-4_acq-imag_magnitude1.nii.gz
sub-06S0359_ses-4_phase1.json
sub-06S0359_ses-4_acq-imag_magnitude1.json
sub-06S0359_ses-4_phase2.json
**MODE: anat**
sub-06S0359_ses-4_run-1_T2w.json
sub-06S0359_ses-4_run-5_T2w.nii.gz
sub-06S0359_ses-4_T2w.json
sub-06S0359_ses-4_run-2_T1w.json
sub-06S0359_ses-4_run-4_T1w.json
sub-06S0359_ses-4_run-1_T2w.nii.gz
sub-06S0359_ses-4_T1w.nii.gz
sub-06S0359_ses-4_run-2_T2w.nii.gz
sub-06S0359_ses-4_run-2_T1w.nii.gz
sub-06S0359_ses-4_run-1_T1w.nii.gz
sub-06S0359_ses-4_T2w.nii.gz
sub-06S0359_ses-4_run-1_T1w.json
sub-06S0359_ses-4_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-4_run-4_T2w.json
sub-06S0359_ses-4_run-4_T1w.nii.gz
sub-06S0359_ses-4_T1w.json
sub-06S0359_ses-4_run-4_T2w.nii.gz
sub-06S0359_ses-4_run-2_T2w.json
sub-06S0359_ses-4_acq-flash2d_T1w.json
**MODE: func**
sub-06S0359_ses-4_task-rest_acq-35um_bold.nii.gz
sub-06S0359_ses-4_task-rest_acq-35um_bold.json
**MODE: dwi**
sub-06S0359_ses-4_acq-25umb1000_dwi.bvec
sub-06S0359_ses-4_acq-25umb1000_dwi.nii.gz
sub-06S0359_ses-4_acq-25umb1000_dwi.json
sub-06S0359_ses-4_acq-25umb1000_dwi.bval

**SES: ses-5**
**MODE: fmap**
sub-06S0359_ses-5_phase1.json
sub-06S0359_ses-5_magnitude1.nii.gz
sub-06S0359_ses-5_acq-imag_magnitude1.nii.gz
sub-06S0359_ses-5_acq-imag_magnitude2.nii.gz
sub-06S0359_ses-5_acq-real_magnitude2.json
sub-06S0359_ses-5_acq-imag_magnitude1.json
sub-06S0359_ses-5_acq-real_phasediff1.nii.gz
sub-06S0359_ses-5_magnitude2.nii.gz
sub-06S0359_ses-5_acq-2mmEQ_magnitude1.nii.gz
sub-06S0359_ses-5_acq-real_phasediff1.json
sub-06S0359_ses-5_magnitude2.json
sub-06S0359_ses-5_acq-imag_magnitude2.json
sub-06S0359_ses-5_phase2.nii.gz
sub-06S0359_ses-5_phase1.nii.gz
sub-06S0359_ses-5_acq-2mm_magnitude2.nii.gz
sub-06S0359_ses-5_acq-real_magnitude2.nii.gz
sub-06S0359_ses-5_magnitude1.json
sub-06S0359_ses-5_phase2.json
**MODE: anat**
sub-06S0359_ses-5_run-2_T2w.json
sub-06S0359_ses-5_T2w.nii.gz
sub-06S0359_ses-5_run-1_T1w.json
sub-06S0359_ses-5_T2w.json
sub-06S0359_ses-5_run-2_T2w.nii.gz
sub-06S0359_ses-5_T1w.nii.gz
sub-06S0359_ses-5_run-4_T2w.json
sub-06S0359_ses-5_run-1_T2w.nii.gz
sub-06S0359_ses-5_run-5_T1w.nii.gz
sub-06S0359_ses-5_acq-flash2d_T1w.json
sub-06S0359_ses-5_run-1_T1w.nii.gz
sub-06S0359_ses-5_run-5_T2w.nii.gz
sub-06S0359_ses-5_run-2_T1w.json
sub-06S0359_ses-5_T1w.json
sub-06S0359_ses-5_run-4_T1w.nii.gz
sub-06S0359_ses-5_run-5_T1w.json
sub-06S0359_ses-5_acq-flash2d_T1w.nii.gz
sub-06S0359_ses-5_run-1_T2w.json
sub-06S0359_ses-5_run-4_T1w.json
sub-06S0359_ses-5_run-2_T1w.nii.gz
**MODE: func**
sub-06S0359_ses-5_task-rest_acq-35um_bold.json
sub-06S0359_ses-5_task-rest_acq-35um_bold.nii.gz
**MODE: dwi**
sub-06S0359_ses-5_acq-25umb1000_dwi.nii.gz
sub-06S0359_ses-5_acq-25umb1000_dwi.json
sub-06S0359_ses-5_acq-25umb1000_dwi.bval
sub-06S0359_ses-5_acq-25umb1000_dwi.bvec

Hi @holmeslabra,

When you run the BIDS validator, do you input the subject directory or the BIDS root directory? Based on the “0 subjects” in the image I imagine you are putting in the subject folder, you should do the root directory. You can also install the BIDS validator command line tool in a virtual environment (e.g., Anaconda).

Best,
Steven

Hi Steven,
Good to know! I’ll try installing it in anaconda.

Unfortunately when I try to upload the root directory to the GUI site, my tab crashes :frowning:

But hopefully anaconda will work!! :crossed_fingers:

Thanks,
Kaley