MAKE_JSON_SCRIPT_PATH=make_json.sh

# Only way I could control writing out of TJSON in compile.sh script, and Reading it back in
# from known place, was to create it into a specific, known full path passed to the
# compile.sh script as arg $1.
MAKE_JSON_ARGS=
MAKE_JSON_OUTPUT_FILE_PATH=

TARGET_DIR=
CATALOG_PREFIX=

# We should beable to figure this out from target dir and not have them
# restate this value. it is a duplicate of other info.
PREVIOUS_CATALOG_PATH=

# Was getting permission denied in TjsonToCalalog when seting up temp file:
# at edu.mayo.bior.pipeline.createcatalog.TjsonToCatalog.createCatalog(TjsonToCatalog.java:85)
# code:  File tempFile = File.createTempFile("myTempFileToSort", ".tmp", tempDir);
# Would rather the command did this for me!
TEMP_DIR=

DATA_SOURCE=TEST
DATA_SOURCE_VERSION=VER
DATA_SOURCE_BUILD=

INDEXES=