Skip to content
Snippets Groups Projects
Commit 56d4f677 authored by Gary Ruben's avatar Gary Ruben
Browse files

Reset the READ_PICKLE_FILE flag state

parent f6cdc6c1
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ import time
from fabric import Connection
READ_PICKLE_FILE = True
READ_PICKLE_FILE = False
EXPERIMENT_NAME = "13660b"
PICKLE_FILENAME = os.path.join(os.path.dirname(__file__), "tree_state.pickle")
timestamp = time.strftime("%Y-%m-%d-%H%M%S")
......@@ -62,7 +62,7 @@ LOG_FILENAME = os.path.join(
f"{EXPERIMENT_NAME}-{timestamp}.log"
)
REMOTE_LOGIN = "gary.ruben@monash.edu@sftp1.synchrotron.org.au"
SRC_PATH = f"/data/{EXPERIMENT_NAME}/asci/input"
SRC_PATH = f"/data/{EXPERIMENT_NAME}/asci/output"
DEST_PATH = "/home/grub0002/bapcxi/vault/IMBL_2018_Oct_McGillick"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment