Skip to content
Snippets Groups Projects
Commit bc04cb66 authored by langella's avatar langella
Browse files

rank condor host on cpu capacity

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@273 b8ef2a07-7df7-436f-90b9-41648038564b
parent fdca75d3
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ public class XtandemCondorAnalysis extends xtandem_analysis {
msms_output out = new msms_output();
out.open(condorSubmitTxtFile.getAbsolutePath());
out.write("Universe = vanilla" + "\n");
out.write("Rank = Mips" + "\n");
out.write("Executable = " + conf.getXtandem_link().getAbsolutePath()
+ "\n");
out.write("Log = " + condorTandemLogFile.getAbsolutePath()
......
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