Skip to content

Commit

Permalink
Update Assigns and version in src to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cseppan committed Feb 2, 2022
1 parent 5c0a877 commit 9e8ab5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assigns.sptool
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ setenv PERL_DBI Pg # Perl/Postgres interface must be set !!!!!
# SPTOOL_HOME must be set to the location of the Speciation Tool home directory. This is the
# full pathname of where the Speciation Tool will be installed.
# (The directory where init_sptooldb_v3.2.csh resides).
setenv SPTOOL_HOME /disk43/sptool/wa5_02.2019/Speciation-Tool # Speciation Tool top level directory
setenv SPTOOL_HOME /opt/sptool # Speciation Tool top level directory

setenv SPTOOL_SRC_HOME $SPTOOL_HOME/src # Speciation Tool source code directory

setenv SPTOOL_DB sptoolv5_0alpha_t1 # Speciation Tool Database name
setenv SPTOOL_DB sptoolv5_1 # Speciation Tool Database name


# <Speciation Tool 'shared' schema input directory and default data files>
Expand Down
2 changes: 1 addition & 1 deletion src/make_pm_splits.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ DECLARE

BEGIN

version := 'Speciation Tool v5.0 alpha';
version := 'Speciation Tool v5.1';

-- check to proceed PM speciation --
-- get the list of output requirements from the control table --
Expand Down
2 changes: 1 addition & 1 deletion src/make_splits.sql
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ DECLARE

BEGIN

version := 'Speciation Tool v4.5';
version := 'Speciation Tool v5.1';

-- check to proceed VOC speciation --
-- get the list of output requirements from the control table --
Expand Down

0 comments on commit 9e8ab5e

Please sign in to comment.