methlabUZH / automagic

Automagic
GNU General Public License v3.0
89 stars 32 forks source link

Not a valid prefix #34

Closed ugpavlov closed 3 years ago

ugpavlov commented 3 years ago

2 1 I tried many different paths and folder structures including BIDS and exactly the structure you show in Automagic directory hierarchy, tried to create a project using GUI and command line but the 'Not a valid prefix' error is still there.

ksgfan commented 3 years ago

Hi I cannot replicate this error. Which Automagic version are you currently using? Are all the files in dataFolder called sub-001_*? Best, Dawid

ugpavlov commented 3 years ago

Hi! I don't know which version it is but I downloaded it yesterday from github. As you can see on the screenshot all files are called sub-001_*.

ksgfan commented 3 years ago

Do you already have any preprocessed files in the result folder? If yes, how are they called?

ugpavlov commented 3 years ago

the result folder is empty.

ksgfan commented 3 years ago

Ok, could you please go to src->block.m, set a breakpoint in the line 1433, run your code again and examine, what value does the prefix get?

ugpavlov commented 3 years ago

It's empty. image I've solved the problem by reseting the paths to default. Far from ideal but it worked. Perhaps it was a conflict with EEGLAB but I have to investigate further. Thanks for you help.