Actions
Feature #2995
closedScripts to help user change the session and appion run path
Start date:
12/11/2014
Due date:
% Done:
0%
Estimated time:
Description
This is often requested since data needs to be moved sometime.
Updated by Anchi Cheng over 9 years ago
r18710 is the one for one leginon session.
get help with
python session_path_change.py
r18751 is the one for a single appion run.
python appion_path_change.py
This one needs the old path as well since a session usually have multiple runs of different things.
Updated by Anchi Cheng about 9 years ago
- Status changed from Assigned to Closed
r19327 changes multiple appion run pathes with the same parent directory
Updated by Anchi Cheng about 9 years ago
- Target version set to Appion/Leginon 3.2
Updated by Anchi Cheng about 9 years ago
- Subject changed from Script to help user change the session and appion run path to Scripts to help user change the session and appion run path
Run these in the same environment leginon and appion can run (i.e. has sinedon, appionlib, and sinedon.cfg).
For example,
batch_appion_path_change.py 15nov10a /data1/appion/username /data2/appion/username
change the database record of all rundir starts with /data1/appion/username/15nov10a.
Updated by Anchi Cheng over 8 years ago
r19686 adds the option to change frame path. Run in the similar way.
python session_path_change.py sessionname full_new_frame_path frame
full_new_frame_path should lead to the location of the frame files directly, such as /data/frames/session/rawdata.
Actions