|
|
A software for inferential assignment of protein
|
|
Home Installation Input files Execution Output Convergence |
Installation and setup:The source code for MBA can be downloaded here. Install the package in a directory, say /home/jefferson/local/MBASpecify the MBA environment in your .cshrc file. In the example above you'll add the following lines to the file: setenv MBAHOME /home/jefferson/local/MBA alias runmba $MBAHOME/bin/runmba
Specify the class path for MBA in the command file. In the example above, the file nohup java -Xmx1000MB -classpath lib/concurrent.jar:lib/Jama-1.0.1.jar:lib/or124.jar:/homes/jv/MBA3 Main $* |