Closed HoumanAzizi closed 1 year ago
Please provide the entirety of the output (from the command run, until the command stops), and the versions of packages used.
Also please confirm you're using the latest version of the code git pull
Origin of bug found, you are likely using polars > 0.18.0 https://github.com/pola-rs/polars/pull/8999
Fixed in 8e98f7c4e299b81e125117b2df2ec920fb5b10ca
Note that I ran the code with your config, and run out of memory at 189GB during the pivoting stage. Are you really sure you want all InstanceID
s? Don't you only want subjects with imaging data? Shouldn't you also be filtering using the file:subjectIDlist
feature I added for only QC-passing subjects?
Thank you very much for the help. I used the updated version and the code started running. As you mentioned, I would only need the imaging visits so I limited the InstanceIDs to 2 and 3 and was able to successfully run the code on ComputeCanada.
Great, however InstanceID goes 0-3 and I think 1-2 are the imaging timepoints? Check this :)
I just double checked and instance 0 and 1 are for initial and repeat assesment visits while instance 2 and 3 are first and repeat imaging visits, respectively. https://biobank.ctsu.ox.ac.uk/crystal/instance.cgi?id=2 Thank you!
Great!
Hi,
When I run the last step of the code using the following line, I get an AttributeError:
I have created a virtual environment with python 3.9.6 and the packages in requirements.txt. All the necessary documents are in the same folder and I have attached my input .yaml file here (as zip). config_2023Jul5.yaml.zip
When I run the code, I receive the following error:
Thank you