diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/run_scripts/path_cd.m | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/run_scripts/path_cd.m')
| -rw-r--r-- | sourcecodes/run_scripts/path_cd.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sourcecodes/run_scripts/path_cd.m b/sourcecodes/run_scripts/path_cd.m new file mode 100644 index 00000000..d45098d0 --- /dev/null +++ b/sourcecodes/run_scripts/path_cd.m @@ -0,0 +1,5 @@ +base_dir = pwd(); +addpath(strcat(base_dir,"/bnt-master")); +addpath(genpathKPM(strcat(base_dir,"/bnt-master"))); +addpath(strcat(base_dir,"/parameter_learning")); +cd /var/lib/genenet/bnw/; |
