= "Usage: PiHMM TASK=<task_num> <task_args>\n" +
"\tTasks:\n" +
"\t\t1. Segment genome into pi-conserved and noncoserved. -in <multiple alignment file> -mod <Neutral Evolutionary model consisting of aminoacid background distribution, mutation matrix and neutral phylogenetic tree>" +
"\n\t\t -l <The smoothness parameter, and should be the expected average conserved element length> and -gamma <The expected coverage parameter, how much of the genome is expected to be conserved>" +
"\n\t\t -format <Alignment format default is FASTA is default> -ignore <comma separated species to ignore> -ref <reference sequence id, necessary if the alignment is not in MAF format>" +
"\n\t\t [-start <If MAF file, you may specify the reference start coordinate> -end <If MAF file, you may specify the reference end coordinate>]" +
"\n\t\t2. Compute posterior probabilities of each site of being pi-conserved. -in <multiple alignment file> -mod <Neutral Evolutionary model consisting of aminoacid background distribution, mutation matrix and neutral phylogenetic tree>" +
"\n\t\t -l <The smoothness parameter, and should be the expected minimum conserved element length> and -gamma <The expected coverage parameter, how much of the genome is expected to be conserved>" +
"\n\t\t -format <Alignment format default is FASTA is default> -ignore <comma separated species to ignore> -ref <reference sequence id, necessary if the alignment is not in MAF format>" +
"\n\t\t [-start <If MAF file, you may specify the reference start coordinate> -end <If MAF file, you may specify the reference end coordinate>]" +
"\n\t\t3. Compute log odds score for annotations in file. Scores reflect the log ratio of the probability of the path through each element being fully conserved or non conserved. -in <Annotation file default format is assumed to be BED> -mod <Neutral Evolutionary model consisting of aminoacid background distribution, mutation matrix and neutral phylogenetic tree>" +
"\n\t\t -l <The smoothness parameter, and should be the expected minimum conserved element length> and -gamma <The expected coverage parameter, how much of the genome is expected to be conserved>" +
"\n\t\t -format <Alignment format default is FASTA is default> -ignore <comma separated species to ignore> -ref <reference sequence id, necessary if the alignment is not in MAF format>" +
"\n\t\t [-start <If MAF file, you may specify the reference start coordinate> -end <If MAF file, you may specify the reference end coordinate>]" +
"\n\t\t4. Simulate an alignment with for given HMM parameters. \n\t\tParameters:\n\t\t-mod <Base m,odel to use> \n\t\t-ignore <optional -- comma separated species to ignore in the given model tree> \n\t\t-colNum <Number of columns to sample> -\n\t\t-otherPI <Conserved or alternative PI distribution, as a comma separated list of the A,C,G,T frequencies, add as many -otherPI as different PI states are desired. > " +
"\n\t\t -l <The smoothness parameter, how long in average should be the stretches of the generated alignment should be from the alternative PI model> and -gamma <The coverage parameter, how much of the sampled alignmnet should be made of the alternative PI model> \n\t\t-out <Generated alignment output file>" +
"\n"