the-virtual-brain / tvb-recon

Tools for creating full TVB models from individual anatomical scans
Other
34 stars 21 forks source link

bash: cd:pegasus: No such file or directory #73

Closed nana-zhang closed 2 years ago

nana-zhang commented 2 years ago

Hello, I'm running tvb-recon with docker. I use git clone to download the code locally. The saved path is / home / nana / downloads /tvb-recon. The patient folder structure is also constructed according to the requirements of readme. The saved path is / home / nana / downloads / TVB_ Patients,I pull the docker image,and successfully entered it, but when I cd pegasus, no such file or directory is displayed, and the local folder exists in this folder, Can you help me see what's wrong Screenshot from 2022-02-13 16-35-48 ?

popaula937 commented 2 years ago

Hi, are you sure the path to your local tvb-recon is correct? You say it is: /home/nana/downloads/tvb-recon, but in the docker run command, you typed: /home/nana/downloads/tvb-recon/tvb-recon Same for the patients folder.

nana-zhang commented 2 years ago

Hello, thank you for your reply. It's true that my path is wrong. Now I have corrected it and run docker according to the instructions, but it has been running for many days, and it doesn't seem to be over yet, so I want to make sure whether it is running correctly? Screenshot from 2022-02-22 15-13-25

popaula937 commented 2 years ago

Hi, has any new file been added to your patient folder? More specifically, have the folders configs and output been created and do they have any file inside?

nana-zhang commented 2 years ago

Hello, I see the generated output file as follows, but the bad thing is that I accidentally closed the terminal window of the program. If I rerun the program, will it take as long as the first time? If I didn't delete the previously generated output file Screenshot from 2022-02-28 15-16-30 Screenshot from 2022-02-28 15-16-44

popaula937 commented 2 years ago

Hi, before re-running, what files do you have under the output/tvb folder?

nana-zhang commented 2 years ago

Sorry, I've run it again. The output / TVB folder is like this now. I don't know whether it's my computer or something wrong. It took more than ten days to run this code last time, and it doesn't seem to be over yet, Screenshot from 2022-02-28 19-32-24

nana-zhang commented 2 years ago

Then I follow the instructions to query the running status of the program, which has been at% 67.4 since yesterday. Is this normal? Screenshot from 2022-03-01 13-09-24

popaula937 commented 2 years ago

Hi, usually it does not take more than 1-2 days to run tvb-recon, depending on the data. It seems to be stuck at generating the connectome for some reason. Is the size of 2M.tck file larger than zero?

Have you ever tried running Mrtrix on this data before? We could try to run this step separately, to check how it works.

Also, we could try to debug this together in a call, if we manage to synchronize.

nana-zhang commented 2 years ago

Hello, thank you for your reply. I guess it should be the problem of my computer. I changed a computer with high configuration and finished the program in one day

popaula937 commented 2 years ago

Hi, thanks for letting us know. Could you share what were the resources of the first computer you tried?