[Swift-commit] r4272 - SwiftApps/modFTdock

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Apr 4 18:17:25 CDT 2011


Author: ketan
Date: 2011-04-04 18:16:03 -0500 (Mon, 04 Apr 2011)
New Revision: 4272

Modified:
   SwiftApps/modFTdock/run.sh
Log:
 

Modified: SwiftApps/modFTdock/run.sh
===================================================================
--- SwiftApps/modFTdock/run.sh	2011-04-04 21:55:53 UTC (rev 4271)
+++ SwiftApps/modFTdock/run.sh	2011-04-04 23:16:03 UTC (rev 4272)
@@ -1,5 +1,8 @@
 #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
+
 #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=./swift/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/beagle-sites.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