-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issues when running AIBL converter #1374
Comments
Hi @fyb99 Thanks for reporting. Could you provide the logs you get when running the convert command ? |
The error in the screenshot seems like a bug to me indeed. The variable clinica/clinica/iotools/bids_utils.py Lines 569 to 573 in 4d700d7
Such that it is a if "flutemeta" in file_path.name and study_name == StudyName.AIBL instead. |
For the initial error you were having, it is difficult to make a diagnostic without the logs because the |
I'm going to open a dedicated issue for the PosixPath vs. String bug and make a fix for it, leaving this one open for the initial issue you were facing. |
Thanks fory your reply. By the way, although the code reports the error about the file_path, I can find the participants.tsv and dataset_description.json file in the target dir, do you think the converting process has succeeded? Since I only need the T1 mri and clinical data of the corresponding patient, may I continue to the next step? |
The conversion process failed at the very last step in which the scans TSV files are computed and written: clinica/clinica/iotools/converters/aibl_to_bids/aibl_to_bids.py Lines 198 to 200 in 4d700d7
In other words, the output you have should contain everything except these files which contain some metadata relative to the images. |
ok, thanks a lot |
Description
Continuous errors with 'FileNotFoundError: No such file or no access: '/XXX/data/AIBL/AIBL_BIDS/sub-AIBL18/ses-M036/anat/sub-AIBL18_ses-M036_T1w.nii.gz''
Converters
Hi, recently I am trying to use clinica for converting the raw data from ADNI to the BIDS format. When I use the clinica framework to convert the T1-mri with the command 'clinica convert aibl-to-bids ./AIBL ./clinical ./AIBL_BIDS', although it can succesfully convert some samples, it will continously meet error with '/XXX/data/AIBL/AIBL_BIDS/sub-AIBL18/ses-M036/anat/sub-AIBL18_ses-M036_T1w.nii.gz'. After checking this folder, it commonly only has a json file without the nii.gz file. How to fix it? My system is linux and the version of clinica is 0.9.2.
The text was updated successfully, but these errors were encountered: