Add GLprobs and MSAprobs to binaries
[jabaws.git] / binaries / src / MSAProbs-0.9.7 / README
1 \r
2 MSAPROBS is a new and practial protein multiple sequence alignment\r
3 algorithm based on pair hidden markov model and partition function\r
4 posterrior probabilities. Assessed on BAliBASE 3.0, PREFAB 4.0,\r
5 SABMARK 1.65, and OXBENCH, MSAProbs achieves the statistically \r
6 highest alignment accuracy, compared to ClustalW 2.0.10, MAFFT 6.717(\r
7 using L-INS-i with --maxiterate = 1000), MUSCLE 3.8.31, ProbCons 1.12,\r
8 and Probalign 1.3. (current version 0.9.3, March 17, 2010).\r
9 \r
10 \r
11 To use this software, please cite the following paper:\r
12 /******************************************************\r
13 Yongchao Liu, Bertil Schmidt, Douglas L. Maskell:\r
14 \r
15 "MSAProbs: multiple sequence alignment based on \r
16 pair hidden Markov models and partition function posterior probabilities",\r
17 \r
18 Bioinformatics 2010, 26(16): 1958-1964\r
19 \r
20 *******************************************************/\r
21 \r
22 This software is developed by Liu Yongchao, School of Computer Engineering,\r
23 Nanyang Technological University. If any comments or problems, \r
24 please directly contact Liu Yongchao using either of the following email \r
25 addresses: liuy0039@ntu.edu.sg; nkcslyc@hotmail.com.\r
26 \r
27 MSAPROBS is an open-source software, complying with General Public \r
28 Licence (GPL) version 3.0. MSAPROBS is distributed WITHOUT WARRANTY, express or\r
29 implied. The authors accept NO LEGAL LIABILITY OR  RESPONSIBILITY  for\r
30 loss due to reliance on the program.\r
31 \r
32 (1) Linux and Windows are supported, with a Makefile and a Visual Studio 2005\r
33 project co-existing in the source code tarball.\r
34 \r
35 Change to sub-directory MSAProbs, the Makefile file for Linux can be found.\r
36 \r
37 (2)The default compiling options enable OpenMP support to fully utlized the \r
38 compute capability of multi-core CPUs, as multi-core CPUs have been commonplace.\r
39 \r
40 Typical Usage:\r
41  (1) "./msaprobs -help" or "./msaprobs -?"\r
42                         Get the command line options\r
43 \r
44  (2) "./msaprobs infile >outfile" or "./msaprobs infile -o outfile"\r
45                         The alignments are printed out into file "outfile" in FASTA format\r
46 \r
47  (3) ./msaprobs infile -o outfile -num_threads 4\r
48                         Use four threads to accelerate the execution\r