Open AvantiShri opened 8 months ago
Hi @AvantiShri
Yes, every run you restart there are some files it will refuse to overwrite so you must delete. Apologies.
Regarding the outputs. I did a test run myself using Docker on a DKI set and it failed at the DTI ODF as yours seems to have done as well.
@TheJaeger is there a prior version where the ODF is not generated. It fails in docker with 'tuple index out of range' (see screenshot)
-Hunter
Hi there, I am also having this issue:
DTI ODF: [100%]
Traceback (most recent call last):
File "/home/bmol239/.local/bin/pydesigner", line 8, in
Describe the Issue
I ran pydesigner (resuming from a partial run), and it terminated (without any messages) at the following stage:
(as an aside, I had to delete the files
csf_mask.nii
,S0.mif
andS1000.mif
to get it to run, because otherwise it was throwing an error saying it refused to overrwrite those files).The output files under "metrics" are as follows:
ti_ad.nii dti_fa.nii dti_fe.nii dti_md.nii dti_rd.nii dti_trace.nii DT.nii KT.nii
I understand that there are supposed to be more. I was doing this test on a very lightweight amazon workspace instance with only limited memory - is it possible that pydesigner ran out of memory and that's why it terminated? How much memory should I expect the steps to take?
Thanks, Avanti