-
Hi, I ran the pipeline on the amsterdam sample subject yesterday and after checking the outputs today, I see that while the TVB_inputs zip file was created, it only contains empty folders: when I unzipped the file, I had a functional_inputs directory with rfMRI.ica subdirectory that is empty, a misc_inputs directory that is empty, and a structrual_inputs zip file, that was also empty when unzipped. The QC report was populated. Do you have any idea why this would be, or know which logs or files in the QC report I should be looking in to identify the issue? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 98 replies
-
Hi Dominique, This issue may be very early in the pipeline. Could you please go through the log files and paste any logged errors? If there are many, please compress the logs directory and attach it to your message. |
Beta Was this translation helpful? Give feedback.
-
Hi @dhughe13 ! I had a similar issue before and just like what Kelly mentioned, I solved it by building my own container. I made my def file publicly accessible in my GitHub repo here. If you want to build your own container, you need to prepare Yile Wang |
Beta Was this translation helpful? Give feedback.
Hi Dominique,
I checked the logs and it looks like your git repo is ok (within my branch) but when the container is executing, it's not using the proper tvb-ukbb branch at all (I said it because when I checked
bb_eddy
logs, it looks like that it's still runningeddy_cuda
command instead ofeddy
). I really have no clue why it happened. Probably you can make sure your data structure looks like this:One folder is dedicated to
tvb-ukbb
pipeline, one folder for all your cases, and one singularity container file. Then all three things are in the same folder. However, I don't know if it will work or no…