Closed slusna-dominika closed 1 year ago
Can you tell me what version of dtiplayground did you use? (you can check with $ dmriprep --version )
Hi! Yes, it's the 0.5.6.
@slusna-dominika The version 0.5.6 has issue with QC_Report module. Can you try with v0.5.7b12 instead?
$ pip install --upgrade dtiplayground==0.5.7b12
@scalphunters Hi!
I have met the same problem with the QC_Report module. I have tried v0.5.7b12 and v0.5.7. My dtiplayground-tools version is 0.0.1 and fsl version is 6.0.7.1.
Thank you for your help. Liu
@ggkaif Hi, I couldn't reproduce same error with single input. Can you provide your protocols.yml file in your project directory?
@scalphunters Thanks for your reply.
I used data from https://openneuro.org/datasets/ds004632/versions/1.0.1. The content of the protocol.yml file is as follows.
{
"version": "0.5.7",
"io": {
"output_directory": "/home/liu/data/QC/output",
"input_image_1": "/home/liu/data/QC/input/sub-A1/ses-W5/dwi/sub-A1_ses-W5_dwi.nii.gz",
"input_image_2": null,
"num_threads": 1,
"output_format": null,
"baseline_threshold": 10,
"no_output_image": false,
"output_filename_base": null
},
"pipeline": [
[
"QC_Report",
{
"options": {
"overwrite": false,
"skip": false,
"write_image": false
},
"protocol": {
"generatePDF": true,
"generateCSV": true
}
}
]
]
}
Thank you. Liu
Hi!
Perhaps the QC_Report module cannot be used independently. When I integrated it with other modules in the pipeline, it worked successfully.
Thank you. Liu
Did you try to run the QC-Report just by itself? But what would you expect it to report?
The QC Report generates a report of the results of the steps previously run in the pipeline. E.g. if you run a slice checking step, it will report how many DWI volumes were exclude for bad/corrupt slices. So it would fail if you would try to run it by itself
QC Report module initially loads result history, so if there is no pre-run result, it generates indexing error. This can be handled soon so that QC report cannot be run at the first queue. Thanks for your feedbacks and I'm closing this issue.
Hi!
I have tried to run the QC protocol on a subject's dwi.nii.gz, but I have got the following error:
Thank you for any help on this issue, Dominika