[Swift-commit] r4274 - SwiftApps/modFTdock

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Apr 4 20:24:07 CDT 2011


Author: ketan
Date: 2011-04-04 20:23:47 -0500 (Mon, 04 Apr 2011)
New Revision: 4274

Modified:
   SwiftApps/modFTdock/run.sh
Log:
fixed some paths

Modified: SwiftApps/modFTdock/run.sh
===================================================================
--- SwiftApps/modFTdock/run.sh	2011-04-05 01:18:36 UTC (rev 4273)
+++ SwiftApps/modFTdock/run.sh	2011-04-05 01:23:47 UTC (rev 4274)
@@ -1,8 +1,7 @@
 #SWIFT_HEAP_MAX=6000M swift -config ./swift/cf -tc.file ./swift/tc -sites.file ./swift/beagle-sites.xml ./swift/ftdock.swift -n=100 -list=./swift/pdb.list.100 -grid=0.5 >std.out 2>std.err < /dev/null &
 
 #short run for testing purpose
-swift -config ./swift/cf -tc.file ./swift/tc -sites.file ./swift/beagle-sites.xml ./swift/ftdock.swift -n=1 -list=pdb.list.1 -grid=10
+swift -config ./swift/cf -tc.file ./swift/tc -sites.file ./swift/sites-beagle.xml ./swift/ftdock.swift -n=1 -list=pdb.list.1 -grid=10
 
 #nohup execution for long runs
-#SWIFT_HEAP_MAX=6000M nohup swift -config ./swift/cf -tc.file ./swift/tc -sites.file ./swift/beagle-sites.xml ./swift/ftdock.swift -n=100 -list=pdb.list.100 -grid=0.5 >std.out 2>std.err < /dev/null &
-
+#SWIFT_HEAP_MAX=6000M nohup swift -config ./swift/cf -tc.file ./swift/tc -sites.file ./swift/sites-beagle.xml ./swift/ftdock.swift -n=100 -list=pdb.list.100 -grid=0.5 >std.out 2>std.err < /dev/null &




More information about the Swift-commit mailing list