Add all needed infrastructure for MSAprobs and GLprobs
[jabaws.git] / website / prog_docs / glprobs.txt
diff --git a/website/prog_docs/glprobs.txt b/website/prog_docs/glprobs.txt
new file mode 100644 (file)
index 0000000..8d150b5
--- /dev/null
@@ -0,0 +1,36 @@
+************************************************************************
+       MSAPROBS is a open-source protein multiple sequence alignment algorithm
+       based on pair hidden markov model and partition function postirior
+       probabilities. If any comments or problems, please contact
+       Liu Yongchao(liuy0039@ntu.edu.sg or nkcslyc@hotmail.com)
+*************************************************************************
+Usage:
+       msaprobs [OPTION]... [infile]...
+
+Description:
+       Align sequences in multi-FASTA format
+
+       -o, --outfile <string>
+              specify the output file name (STDOUT by default)
+       -num_threads <integer>
+              specify the number of threads used, and otherwise detect automatically
+       -clustalw
+              use CLUSTALW output format instead of FASTA format
+
+       -c, --consistency REPS
+              use 0 <= REPS <= 5 (default: 2) passes of consistency transformation
+
+       -ir, --iterative-refinement REPS
+              use 0 <= REPS <= 1000 (default: 100) passes of iterative-refinement
+
+       -v, --verbose
+              report progress while aligning (default: off)
+
+       -annot FILENAME
+              write annotation for multiple alignment to FILENAME
+
+       -a, --alignment-order
+              print sequences in alignment order rather than input order (default: off)
+       -version 
+              print out version of MSAPROBS 
+