[Swift-commit] r5876 - in SwiftApps/CMTS/rmsd: . conf
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Sun Jul 29 10:17:30 CDT 2012
Author: davidk
Date: 2012-07-29 10:17:29 -0500 (Sun, 29 Jul 2012)
New Revision: 5876
Modified:
SwiftApps/CMTS/rmsd/conf/makgroth.cf
SwiftApps/CMTS/rmsd/rmsd.swift
Log:
Add plot_pd to makgroth configuration
Modified: SwiftApps/CMTS/rmsd/conf/makgroth.cf
===================================================================
--- SwiftApps/CMTS/rmsd/conf/makgroth.cf 2012-07-27 21:17:57 UTC (rev 5875)
+++ SwiftApps/CMTS/rmsd/conf/makgroth.cf 2012-07-29 15:17:29 UTC (rev 5876)
@@ -1,6 +1,6 @@
wrapperlog.always.transfer=true
sitedir.keep=true
-execution.retries=10
+execution.retries=0
lazy.errors=false
use.provider.staging=true
provider.staging.pin.swiftfiles=false
@@ -8,5 +8,4 @@
tcp.port.range=5000,51000
#app rmsd=$PWD/../rmsd.sh
-#app cat=/bin/cat
-#app sleep=/bin/sleep
+#app plot_pd=$PWD/../plot_pd.pl
Modified: SwiftApps/CMTS/rmsd/rmsd.swift
===================================================================
--- SwiftApps/CMTS/rmsd/rmsd.swift 2012-07-27 21:17:57 UTC (rev 5875)
+++ SwiftApps/CMTS/rmsd/rmsd.swift 2012-07-29 15:17:29 UTC (rev 5876)
@@ -43,4 +43,3 @@
# Post processing analysis
file plot_pd_file <"output/plot_pd.txt">;
plot_pd_file = plot_pd();
-
More information about the Swift-commit
mailing list