dsCheckHostPaths CHECKHOSTPATHS - Compare paths on host to those set in studyinfo when batch was created
dsCheckStudyinfo CHECKSTUDYINFO - Standardize studyinfo structure and auto-populate missing fields
dsCheckVersion % dsCheckVersion - checks dynasim version against github
dsCreateBatch CREATEBATCH - create and submit jobs to run sets of simulations or analyses.
dsGetConfig GETCONFIG - returns the value of the variable specificed as string in argument
dsIsDevMode check if _dev directory exists in main dynasim directory
dsLocateModelFiles LOCATEMODELFILES - locate mechanism files associated with DynaSim specifications.
SOURCE CODE
0001 function ds_root_path = dsGetRootPath()
0002 % getRootPath - get path to main ds directory
0003 ds_root_path = fileparts(fileparts(which('dsSimulate')));
0004 end