Closed Sihao closed 6 months ago
Thank you for your reminder and I appreciate it! That's indeed my mistake. Now the issues have been fixed in aqua_cmd_batch.m.
By the way, the issue is because there is some change on GUI pipeline that I didn't synchronize to the aqua_cmd_batch.m file. Although your modification could work, it will be better to use the newest update. Now aqua_cmd_batch is consistent with GUI pipeline.
Thank you for all your comments! Please feel free to propose questions
Thanks!
https://github.com/yu-lab-vt/AQuA2/blob/22252dab7b15fe4028abd8d4e1a3715c059dc3b5/aqua_cmd_batch.m#L117-L143
If both
opts.needTemp
andopts.singleChannel
aretrue
, then theseLst2
variable does not get defined which throws an error at line 143Works for me with this change: