Changeset 236
- Timestamp:
- 07/14/09 23:35:46 (4 months ago)
- Files:
-
- MPI/mpi_maker (modified) (1 diff)
- bin/maker (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MPI/mpi_maker
r210 r236 145 145 146 146 -predictor|p <type> Selects the predictor(s) to use when building 147 annotations. Use a ',' to seperate types (no spaces). 148 i.e. -predictor=snap,augustus,fgenesh 149 150 types: snap 151 augustus 152 fgenesh 153 genemark 154 est2genome (Uses EST's directly) 155 abinit (ab-initio predictions) 156 model_gff (Passes through GFF3 annotations) 147 annotations. Defines a pool of gene models for 148 annotation selection. 149 150 types: snap 151 augustus 152 fgenesh 153 genemark 154 est2genome (Uses EST's directly) 155 model_gff (Pass through GFF3 annotations) 156 pred_gff (Uses passed through GFF3 predictions) 157 158 Use a ',' to seperate types (nospaces) 159 i.e. -predictor=snap,augustus,fgenesh 157 160 158 161 -RM_off|R Turns all repeat masking off. bin/maker
r198 r236 114 114 115 115 -predictor|p <type> Selects the predictor(s) to use when building 116 annotations. Use a ',' to seperate types (no spaces).117 i.e. -predictor=snap,augustus,fgenesh116 annotations. Defines a pool of gene models for 117 annotation selection. 118 118 119 119 types: snap … … 122 122 genemark 123 123 est2genome (Uses EST's directly) 124 abinit (ab-initio predictions) 125 model_gff (Passes through GFF3 annotations) 124 model_gff (Pass through GFF3 annotations) 125 pred_gff (Uses passed through GFF3 predictions) 126 127 Use a ',' to seperate types (nospaces) 128 i.e. -predictor=snap,augustus,fgenesh 129 126 130 127 131 -RM_off|R Turns all repeat masking off.
