# # Chlamydomonas reinhardtii parameters. # # date : 13.12.2007 # # # Properties for augustus #------------------------------------ /augustus/verbosity 3 # 0-3, 0: only print the neccessary maxDNAPieceSize 200000 # maximum segment that is predicted in one piece stopCodonExcludedFromCDS false # make this 'true' if the CDS includes the stop codon (training and prediction) # gff output options: protein on # output predicted protein sequence codingseq off # output the coding sequence cds on # output 'cds' as feature for exons start on # output start codons (translation start) stop on # output stop codons (translation stop) introns on # output introns tss on # output transcription start site tts on # output transcription termination site print_utr on # output 5'UTR and 3'UTR lines in addition to exon lines checkExAcc off # internal parameter for extrinsic accuracy truncateMaskedUTRs true # for chlamy, truncate hard-masked UTRs so that they do not have N's at the ends # alternative transcripts and posterior probabilities sample 100 # the number of sampling iterations alternatives-from-sampling false # output alternative transcripts minexonintronprob 0.08 # minimal posterior probability of all (coding) exons minmeanexonintronprob 0.4 # minimal geometric mean of the posterior probs of introns and exons maxtracks -1 # maximum number of reported transcripts per gene (-1: no limit) keep_viterbi true # set to true if all Viterbi transcripts should be reported uniqueCDS false # if true, don't report transcripts that differ only in the UTR UTR on # predict untranslated regions # # # The rest of the file contains mainly meta parameters used for training. # # global constants # ---------------------------- /Constant/trans_init_window 23 /Constant/ass_upwindow_size 25 /Constant/ass_start 3 /Constant/ass_end 2 /Constant/dss_start 3 /Constant/dss_end 4 /Constant/init_coding_len 15 /Constant/intterm_coding_len 0 /Constant/tss_upwindow_size 45 /Constant/decomp_num_at 1 /Constant/decomp_num_gc 1 /Constant/gc_range_min 0.59 # This range has an effect only when decomp_num_steps>1. /Constant/gc_range_max 0.67 # States the minimal and maximal percentage of c or g /Constant/decomp_num_steps 1 /Constant/min_coding_len 165 # no gene with a coding sequence shorter than this is predicted /Constant/probNinCoding 0.15 /Constant/amberprob 0.23 # Prob(stop codon = tag), if 0 tag is assumed to code for amino acid /Constant/ochreprob 0.43 # Prob(stop codon = taa), if 0 taa is assumed to code for amino acid /Constant/opalprob 0.34 # Prob(stop codon = tga), if 0 tga is assumed to code for amino acid /Constant/subopt_transcript_threshold 0.7 /Constant/almost_identical_maxdiff 20 # type of weighing, one of 1 = equalWeights, 2 = gcContentClasses, 3 = multiNormalKernel /BaseCount/weighingType 3 # file with the weight matrix (only for multiNormalKernel type weighing) /BaseCount/weightMatrixFile chlamy2011_weightmatrix.txt # change this to your species if at all neccessary # Properties for IGenicModel # ---------------------------- /IGenicModel/verbosity 0 /IGenicModel/infile chlamy2011_igenic_probs.pbl # change this and the other five filenames *_probs.pbl below to your species /IGenicModel/outfile chlamy2011_igenic_probs.pbl /IGenicModel/patpseudocount 5.0 /IGenicModel/k 4 # order of the Markov chain for content model, keep equal to /ExonModel/k # Properties for ExonModel # ---------------------------- /ExonModel/verbosity 3 /ExonModel/infile chlamy2011_exon_probs.pbl /ExonModel/outfile chlamy2011_exon_probs.pbl /ExonModel/patpseudocount 5.0 /ExonModel/minPatSum 233.3 /ExonModel/k 4 # order of the Markov chain for content model /ExonModel/etorder 2 /ExonModel/etpseudocount 3 /ExonModel/exonlengthD 2000 # beyond this the distribution is geometric /ExonModel/maxexonlength 15000 /ExonModel/slope_of_bandwidth 0.05 /ExonModel/minwindowcount 10 /ExonModel/tis_motif_memory 1 /ExonModel/tis_motif_radius 0 # Properties for IntronModel # ---------------------------- /IntronModel/verbosity 0 /IntronModel/infile chlamy2011_intron_probs.pbl /IntronModel/outfile chlamy2011_intron_probs.pbl /IntronModel/patpseudocount 5.0 /IntronModel/k 4 # order of the Markov chain for content model, keep equal to /ExonModel/k /IntronModel/slope_of_bandwidth 0.4 /IntronModel/minwindowcount 4 /IntronModel/asspseudocount 0.0005 /IntronModel/dsspseudocount 0.0002 /IntronModel/dssneighborfactor 0.0001 #/IntronModel/splicefile chlamy2011_splicefile.txt # this optional file contains additional windows around splice sites for training, uncomment if you have one /IntronModel/sf_with_motif false # if true the splice file is also used to train the branch point region /IntronModel/d 100 /IntronModel/ass_motif_memory 3 /IntronModel/ass_motif_radius 1 /IntronModel/allow_dss_consensus_gc true # chlamy has many gc donor splice site and this improves general performance # Properties for UtrModel # ---------------------------- /UtrModel/verbosity 3 /UtrModel/infile chlamy2011_utr_probs.pbl /UtrModel/outfile chlamy2011_utr_probs.pbl /UtrModel/k 3 /UtrModel/utr5patternweight 0.925 /UtrModel/utr3patternweight 0.875 /UtrModel/patpseudocount 1 /UtrModel/tssup_k 2 /UtrModel/tssup_patpseudocount 1 /UtrModel/slope_of_bandwidth 0.325 /UtrModel/minwindowcount 4 /UtrModel/exonlengthD 600 /UtrModel/maxexonlength 800 /UtrModel/max3singlelength 2100 /UtrModel/max3termlength 1000 /UtrModel/tss_start 8 /UtrModel/tss_end 5 /UtrModel/tata_start 2 /UtrModel/tata_end 1 # 10 /UtrModel/tata_pseudocount 2 /UtrModel/d_tss_tata_min 18 # 26 minimal distance between start of tata box (if existent) and tss /UtrModel/d_tss_tata_max 18 # 37 maximal distance between start of tata box (if existent) and tss /UtrModel/polyasig_consensus tgtaac # tgtaa occurs almost half the time, can be followed by c, a, g, t (38.7%, 21.2%, 20.6%, 19.5%) /UtrModel/d_polyasig_cleavage 11 # the transcription end is predicted this many bases after the polyadenylation signal /UtrModel/d_polya_cleavage_min 6 /UtrModel/d_polya_cleavage_max 19 /UtrModel/prob_polya 0.5 /UtrModel/tts_motif_memory 0