barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

feature/Runs On KUMC Isilon #52

Closed m053m716 closed 4 years ago

m053m716 commented 4 years ago

Everything in nigeLab.libs.DashBoard should now run properly on the KUMC Isilon remote cluster, and can be run from the local machine without having to go onto the repository on the Isilon remote workers. There are some bugs when trying to queue things in batches at the Tank or Animal level but despite the job throwing errors it seems like the do method still worked on these.

Ultimately, the problem was there was one missing '/' in nigeLab.utils.getNigelPath; because of this, it wasn't able to see the defaults folder on the remote and this was causing it to go into a UI and wait for selection so it would never complete the job but also never throw an error.