ciatah icon indicating copy to clipboard operation
ciatah copied to clipboard

Issue with computeMatchObjBtwnTrials

Open omidm7 opened this issue 2 years ago ā€¢ 6 comments

Hi Biafra, After "modelVarsFromFiles", I'm trying to run computeMatchObjBtwnTrials, and get the following error: image

I was successfully able to do this with the same data set just last week.. so I'm probably just making a stupid mistake. Any ideas what would cause this?

Omid

omidm7 avatar Aug 24 '21 19:08 omidm7

Sorry - Here's the full output image

omidm7 avatar Aug 24 '21 20:08 omidm7

hey Omid, think I know what the issues are, I can push a quick patch to deal with this:

  • suptitle error has to do with a Bioinformatics toolbox function I moved into ciapkg to prevent overloading Matlab functions, but it seems you don't have that toolbox installed, hence the first error.
  • ciapkg.loadBatchFxns error is likely because running macOS or Linux, I'll fix the folder separator call (currently \ vs. filesep).

Couple quick questions:

  • What's the output of ciapkg.version and ciapkg.io.matlabToolboxCheck?
  • Are you running this on macOS or Linux?

bahanonu avatar Aug 24 '21 20:08 bahanonu

Thanks, Biafra.

ciapkg.version = 'v3.35.1'

ciapkg.io.matlabToolboxCheck reveals missing 2nd tier toolboxes (including bioinformatics), I will install.

Iā€™m using macOS. Thanks again!

Omid

On Aug 24, 2021, at 13:56, Biafra Ahanonu @.@.>> wrote:

hey Omid, think I know what the issues are, I can push a quick patch to deal with this:

  • suptitle error has to do with a Bioinformatics toolbox function I moved into ciapkg to prevent overloading Matlab functions, but it seems you don't have that toolbox installed, hence the first error.
  • ciapkg.loadBatchFxns error is likely because running macOS or Linux, I'll fix the folder separator call (currently \ vs. filesep).

Couple quick questions:

  • What's the output of ciapkg.version and ciapkg.io.matlabToolboxCheck?
  • Are you running this on macOS or Linux?

ā€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bahanonu/ciatah/issues/85#issuecomment-904967908, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKRCGHGI7IPLKMP5QS4DSTTT6QBOTANCNFSM5CXP5AYQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

omidm7 avatar Aug 24 '21 21:08 omidm7

@omidm7 Great, thanks for the additional info. Pushed an update, can you try the current master branch and let me know if the issue still arises?

bahanonu avatar Aug 26 '21 01:08 bahanonu

@bahanonu I just tried it on the current master branch and it works fine. Thanks! Omid

omidm7 avatar Aug 26 '21 02:08 omidm7

Great! šŸ‘

bahanonu avatar Aug 26 '21 03:08 bahanonu