Can you upload your session_hcp.txt file for this session or for one session (${STUDY_FOLDER}/sessions/<SESSION_ID>/session_hcp.txt). Based on the error and based on the mappng file, I am quite sure that ASL data was not mapped correclty.
Thanks, Jure. The mapping file I used is the one I attached at the beginning. I tried the session_hcp.txt file you provided but the same errors occurred. HCP data bases currently don’t have processed ASL data, they will provide that in the next release.
I found a bug on our end, sorry for this. One of our latest updates broke something in ASL processing. There are a couple of ways here.
You can use an older container. I think HCP folks used 0.99.2d for ASL processing. It is available via our docker hub.
You can try using the patch I just coded. Download the file that is attached below. If you were to download it into /qunex/process_hcp.py then you force the container to use this file instead of the one inside with this parameter: --bind=/qunex/process_hcp.py:/opt/qunex/python/qx_utilities/hcp/process_hcp.py
Wait for 1.3.2, there is no eta here, but I can fasttrack this patch if this is pressing for you (can get it out early next week probably).
Thanks for the following-up. I am about to try again using version 1.4.1 singularity container on cluster. However, command “wget --show-progress -O qunex_suite-1.4.1.sif ‘https://jd.mblab.si/qunex/qunex_suite-1.4.1.sif’” didn’t work, seemingly due to trying to download a large file. After reading a old question here, I tried to git clone repo, but I could’t find the correct repo. Could you please advise me on how to get ‘qunex_suite-1.4.1.sif’? Thank you very much.
It is “the same” as 1.4.1 with some minor bugfixes on top. We are in the process of releasing 1.4.3, which will be out sometime next week if all tests pass successfully.