LeonieZ / ACCEPT

The ACCEPT image analysis algorithm made for the Cancer-ID Project.
GNU General Public License v3.0
10 stars 5 forks source link

Accept cant be opened #3

Closed Wistar1308 closed 6 years ago

Wistar1308 commented 6 years ago

I run it in matlab; however, it doesnt work. I checked the error messenge as below and had no idea how to solve it ;(

Plz help me. Thank you!! Output argument "sampleNames" (and maybe others) not assigned during call to "IO.available_samples".

Error in SampleList/updated_input_path (line 124) [this.sampleNames,this.loaderToBeUsed]=IO.available_samples(this);

Error in SampleList/set.inputPath (line 67) this.updated_input_path();

Error in gui_main (line 45) base.sampleList.inputPath = inputPath;

Error in ACCEPT (line 44) uiHandle = gui_main(base,installDir);

Wistar1308 commented 6 years ago

Hello all. I covered the old accept.m with new downloading one and solved this problem. Yet I have trouble processing the image. I am not sure if I should choose the input folder that includes images, or choose a folder that includes a folder which images put in. I followed your instruction, then I found that the word in form B2 in the csv file "customChannels.csv" is written as "c"0005. I wonder it influences the result. I really appreciate if someone may help me. Thanks a lot.