Qoala-T / QC

Qoala-T is a supervised-learning tool for quality control of FreeSurfer segmented MRI data
Other
72 stars 15 forks source link

Changed stats2table.R script to make it work #28

Closed helenahartmann closed 4 years ago

helenahartmann commented 4 years ago

I had some issues with the for loop of the main function in line 112 where it says "for (x in 1:length(subjectDirs)){" --> changing x to 1 worked for me! could you explain why you put the 0?

larawierenga commented 4 years ago

Thanks Helena for catching this error! Starting at 0 gives to many directories, and for some reason wasn't caught before.

helenahartmann commented 4 years ago

You're welcome (took me a while to find out though haha)!