Bug #1555
closedappionLoop2 has its own setupRunDir
0%
Updated by Anchi Cheng almost 13 years ago
r16333 corrects this in appionLoop2.py
r16334 corrects this in appionTiltSeriesLoop.py
Updated by Anchi Cheng almost 13 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Dmitry Lyumkis
Testing:
1. Run any appionLoop python comment on terminal on a session which leginon images are not on /ami/data00, 2. remove --rundir option to check if the rundir print out at the end of script running come out on /ami/data00.
My example script was:
alignDefocalPairs.py --description="test" --projectid=333 --preset=gr --runname=test1 --no-rejects --no-wait --no-commit --limit=2 --no-continue --expId=9488 --jobtype=test
Updated by Dmitry Lyumkis over 12 years ago
works for me.
My leginon directory is in /ami/data15. I removed --rundir option:
/home/dlyumkis/myami/appion/bin/appion makestack2.py --single=start.hed --selectionid=80 --invert --normalized --xmipp-normalize=4.5 --phaseflip --flip-type=ace2image --boxsize=256 --bin=2 --description="test" --projectid=224 --preset=en --session=11sep24a --runname=stack12 --no-rejects --no-wait --no-commit --limit=1 --continue --expId=9060 --jobtype=makestack2
and the stack was created in /ami/data15/appion/11sep24a/makestack2/stack12
Updated by Dmitry Lyumkis over 12 years ago
- Status changed from In Code Review to Closed