Bug #1701
closedmaxlikeAlignment.py has some hard-coded directory and host specification
0%
Description
Found
rundir = os.path.join("/lustre/people/vossman/xmippdata", self.params['runname'])
f.write("setenv XMIPP_HOME /lustre/people/vossman/Xmipp-2.3-src/\n")
Both in the function writeClusterJobFile. Does this work for us because this function is never used now a day since --cluster is never on?
Updated by Neil Voss over 12 years ago
This is old code from the debugging stage of the program, I did not want to delete just in case I needed it again, but I think it can be deleted now. Sorry.
Updated by Amber Herold over 12 years ago
- Assignee changed from Neil Voss to Amber Herold
I'll remove it. thanks neil
Updated by Amber Herold over 12 years ago
- Target version changed from Appion/Leginon 2.2.0 to Appion/Leginon Future Version
Yeah, this function is never used since we don't ever write the cluster job file. When we do port maxLikeAlign to be cluster ready, we will use the refinement model of creating job files. I'm going to leave this code in for now, so we have it for reference for future refactoring.
Updated by Amber Herold over 12 years ago
- Status changed from Assigned to Won't Fix or Won't Do
Closing this out, added #1748 which will make use of the code related to this issue that is currently unused.